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 System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As System.String
instance.SmallIconList = value
value = instance.SmallIconList |
C# | |
---|
System.string SmallIconList {get; set;} |
C++/CLI | |
---|
property System.String^ SmallIconList {
System.String^ get();
void set ( & System.String^ value);
} |
Property 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