Gets whether the Task Pane button is enabled.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetButtonState( _
ByVal ButtonIndex As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITaskpaneView
Dim ButtonIndex As System.Integer
Dim value As System.Boolean
value = instance.GetButtonState(ButtonIndex) |
C# | |
---|
System.bool GetButtonState(
System.int ButtonIndex
) |
C++/CLI | |
---|
System.bool GetButtonState(
& System.int ButtonIndex
) |
Parameters
- ButtonIndex
- Index of Task Pane button
Return Value
True if the Task Pane button is enabled, false if not
Example
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0