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