Gets or sets this check box as selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Checked As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageCheckbox
Dim value As System.Boolean
instance.Checked = value
value = instance.Checked |
C# | |
---|
System.bool Checked {get; set;} |
C++/CLI | |
---|
property System.bool Checked {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the check box is selected, false if not
Example
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision number 10.0