Sets the color for selections made in this selection box on the PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSelectionColor( _
ByVal Special As System.Boolean, _
ByVal Color As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageSelectionbox
Dim Special As System.Boolean
Dim Color As System.Integer
Dim value As System.Boolean
value = instance.SetSelectionColor(Special, Color) |
C# | |
---|
System.bool SetSelectionColor(
System.bool Special,
System.int Color
) |
C++/CLI | |
---|
System.bool SetSelectionColor(
& System.bool Special,
& System.int Color
) |
Parameters
- Special
True uses a specific color for selections, false does not
- Color
- Color to use for selections as defined by the swSystemColors; values from swUserPreferenceIntegerValue_e (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2001Plus SP4, Revision Number 10.4