| Visual Basic | |
|---|---|
Sub AddVaultViewTab( _ ByVal hWnd As System.Long, _ ByVal bsName As System.String, _ ByVal bsIconPath As System.String, _ ByVal bsToolTip As System.String, _ ByVal bsUniqueID As System.String _ ) | |
| C# | |
|---|---|
void AddVaultViewTab( System.long hWnd, System.string bsName, System.string bsIconPath, System.string bsToolTip, System.string bsUniqueID ) | |
| C++/CLI | |
|---|---|
void AddVaultViewTab( & System.int64 hWnd, & System.String^ bsName, & System.String^ bsIconPath, & System.String^ bsToolTip, & System.String^ bsUniqueID ) | |
Parameters
- hWnd
- Handle of the .NET control to display in the tab
- bsName
- Name of the tab
- bsIconPath
- Full path and filename of the 16X16 PNG image to display next to bsName on the tab
- bsToolTip
- Tool tip for the tab
- bsUniqueID
- Unique ID for this control
See the IEdmCmdMgr6 examples.
Call this method in your add-in's implementation of IEdmAddIn5::OnCmd where you handle the EdmCmdType.EdmCmd_PreExploreInit notification.
SOLIDWORKS PDM Professional 2018