Gets or sets the path of the small bitmap or PNG that represents all of the buttons for this CommandGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SmallMainIcon As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As System.String
instance.SmallMainIcon = value
value = instance.SmallMainIcon |
C# | |
---|
System.string SmallMainIcon {get; set;} |
C++/CLI | |
---|
property System.String^ SmallMainIcon {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Path of the small bitmap or PNG for this CommandGroup
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14