Called when a user selects this check box on this PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnCheckboxCheck( _
ByVal Id As System.Integer, _
ByVal Checked As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler9
Dim Id As System.Integer
Dim Checked As System.Boolean
instance.OnCheckboxCheck(Id, Checked) |
C# | |
---|
void OnCheckboxCheck(
System.int Id,
System.bool Checked
) |
C++/CLI | |
---|
void OnCheckboxCheck(
& System.int Id,
& System.bool Checked
) |
Parameters
- Id
ID of the check box
- Checked
True if the check box is selected, false if not
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0