DetailPaneTab Constructor
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
| Name | Description |
|---|---|
| tabExtensionId | Extension-supplied tab identifier. This id should be unique |
| label | Label presented to Vault Explorer users in the tab header |
| selectionTypeId | The selection context determines when the tab is displayed. |
| userControlType | Type of UserControl-derived control for display in the tab |