DockPanel Constructor
Creates a DetailPaneTab object
Syntax
public DockPanel(
System.Guid id,
System.string title,
System.Type userControlType,
System.bool createCommandSite
)Public Function New( _
ByVal id As System.Guid, _
ByVal title As System.String, _
ByVal userControlType As System.Type, _
Optional ByVal createCommandSite As System.Boolean _
)Parameters
| Name | Description |
|---|---|
| id | Extension-supplied panel identifier. This id should be unique |
| title | Label presented to Vault Explorer users in the panel header |
| userControlType | Type of UserControl-derived control for display in the tab |
| createCommandSite | Create the command in View menu to enable/disable dock panel |