CommandBarItem.SetImage
This function sets the icon of the command bar button.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub CommandBarItem.SetImage( _
ImageIndex As Integer, _
Optional Locked As Boolean = True)
|
Type: Integer
Type: Boolean Default value: True |
This function does not return a value. |