Gets or sets the path for the bitmap or PNG file containing all of the small images of the buttons and separators for this CommandGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SmallIconList As String |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As String
instance.SmallIconList = value
value = instance.SmallIconList
|
C# | |
---|
string SmallIconList {get; set;} |
C++/CLI | |
---|
property String^ SmallIconList {
String^ get();
void set (String^ value);
} |
Return Value
Path for the bitmap or PNG file containing all of the small images of the buttons and separators for this CommandGroup
Example
Remarks
See Also
Availability