Autodesk Vault ProfessionalVault API

DetailPaneTab Class

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

Describes a custom tab to be displayed in Vault Explorer

Syntax

public class DetailPaneTab 
Public Class DetailPaneTab 

Constructors

NameDescription
DetailPaneTabCreates a DetailPaneTab object

Properties

NameDescription
IdGets the extension-supplied id of this tab
LabelGets the label of this tab
ReplacesGets or sets the DetailPaneTabId of the tab to be replaced by this tab
SelectionTypeIdGets the container that this tab is displayed in.
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 tab is visible, or the tab is made newly visible.

Events

NameDescription
SelectionChangedThis event is triggerred when the selection changes.

Returned By

Where you get a DetailPaneTab — members that return one.

Inheritance Hierarchy

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

See Also