Gets whether the specified ActiveX control is active.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsControlTabActive( _
ByVal Name As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelViewManager
Dim Name As String
Dim value As Boolean
value = instance.IsControlTabActive(Name)
|
C# | |
---|
bool IsControlTabActive(
string Name
) |
C++/CLI | |
---|
bool IsControlTabActive(
& String^ Name
) |
Parameters
- Name
Name of ActiveX control tab
Return Value
True if ActiveX control tab is active, false if not
Example
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0