Autodesk Vault ProfessionalVault API

DetailPaneTab Constructor

Autodesk.Connectivity.Explorer.ExtensibilityDetailPaneTab

Creates a DetailPaneTab object

Syntax

public DetailPaneTab(
   System.string tabExtensionId,
   System.string label,
   SelectionTypeId selectionTypeId,
   System.Type userControlType
)
Public Function New( _
   ByVal tabExtensionId As System.String, _
   ByVal label As System.String, _
   ByVal selectionTypeId As SelectionTypeId, _
   ByVal userControlType As System.Type _
)

Parameters

NameDescription
tabExtensionIdExtension-supplied tab identifier. This id should be unique
labelLabel presented to Vault Explorer users in the tab header
selectionTypeIdThe selection context determines when the tab is displayed.
userControlTypeType of UserControl-derived control for display in the tab

See Also