Autodesk Vault ProfessionalVault API

DockPanel Class

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

Describes a custom dock panel to be displayed in Vault Explorer

Syntax

public class DockPanel 
Public Class DockPanel 

Constructors

NameDescription
DockPanelCreates a DetailPaneTab object

Properties

NameDescription
CommandSiteGets the command to enable/disable panel from View Menu
IdGets the extension-supplied id of this panel
TitleGets the label of this panrl
UserControlTypeGets the extension-supplied user control type

Methods

NameDescription
SendSelectionChangedFires the SelectionChanged event. This is the method called when the user changes a selection while the panel is visible, or the panel is made newly visible.

Events

NameDescription
SelectionChangedThis event is triggerred when the selection changes.

Returned By

Where you get a DockPanel — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Explorer.Extensibility.DockPanel

See Also