Gets or sets the setting of a check box in the title of a group box on a PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Checked As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageGroup
Dim value As Boolean
instance.Checked = value
value = instance.Checked
|
C# | |
---|
bool Checked {get; set;} |
C++/CLI | |
---|
property bool Checked {
bool get();
void set (bool value);
} |
Return Value
True if the check box is selected, false if not
Remarks
See Also
Availability
SolidWorks 2003 SP1, Revision Number 11.1