Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
Describes a custom dock panel to be displayed in Vault Explorer
Syntax
Constructors
| Name | Description |
|---|
| DockPanel | Creates a DetailPaneTab object |
Properties
| Name | Description |
|---|
| CommandSite | Gets the command to enable/disable panel from View Menu |
| Id | Gets the extension-supplied id of this panel |
| Title | Gets the label of this panrl |
| UserControlType | Gets the extension-supplied user control type |
Methods
| Name | Description |
|---|
| SendSelectionChanged | Fires 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
| Name | Description |
|---|
| SelectionChanged | This 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