Adds a third-party CPropertyPage to
ISWPropertySheet and adds an ActiveX control on top of the page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddActivePage( _
ByVal Title As String, _
ByVal ProgId As String, _
ByVal LicenseKey As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISWPropertySheet
Dim Title As String
Dim ProgId As String
Dim LicenseKey As String
Dim value As Integer
value = instance.AddActivePage(Title, ProgId, LicenseKey)
|
Parameters
- Title
- Title of CPropertyPage
- ProgId
Name, ProgID, or CLSID of the ActiveX control (see Remarks)
- LicenseKey
- License key for the ActiveX control
Return Value
Index of CPropertyPage on ISWPropertySheet
Remarks
See Also
Availability
SolidWorks 2004 SP4, Revision Number 12.4