Autodesk Vault ProfessionalVault API

DockPanel Constructor

Autodesk.Connectivity.Explorer.ExtensibilityDockPanel

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

NameDescription
idExtension-supplied panel identifier. This id should be unique
titleLabel presented to Vault Explorer users in the panel header
userControlTypeType of UserControl-derived control for display in the tab
createCommandSiteCreate the command in View menu to enable/disable dock panel

See Also