Creates a new FeatureManager design tree view containing the specified ActiveX control with a tab that displays the specified scaleable icon.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateFeatureMgrControl4( _
ByVal BitMapFileNames As System.Object, _
ByVal Class As System.String, _
ByVal LicKey As System.String, _
ByVal ToolTip As System.String, _
ByVal WhichPane As System.Integer _
) As FeatMgrView |
Visual Basic (Usage) | |
---|
Dim instance As IModelViewManager
Dim BitMapFileNames As System.Object
Dim Class As System.String
Dim LicKey As System.String
Dim ToolTip As System.String
Dim WhichPane As System.Integer
Dim value As FeatMgrView
value = instance.CreateFeatureMgrControl4(BitMapFileNames, Class, LicKey, ToolTip, WhichPane) |
Parameters
- BitMapFileNames
Array of fully qualified paths to three bitmap files, one for each size (small, medium, and large), to be used for the tab icon in different screen resolutions
- Class
CLSID or ProgID for the ActiveX control (see Remarks)
- LicKey
License key for the ActiveX control; empty string if unknown
- ToolTip
Text to display when hovering over the tab icon
- WhichPane
Pane where to add the tab as defined in swFeatMgrPane_e (see Remarks)
Return Value
Pointer to the new tab
Example
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0