Autodesk.Connectivity.Explorer.Extensibility › Autodesk.Connectivity.Explorer.Extensibility
Describes a custom tab to be displayed in Vault Explorer
Syntax C# Visual Basic
public class DetailPaneTab Public Class DetailPaneTab Properties Name Description Id Gets the extension-supplied id of this tab Label Gets the label of this tab Replaces Gets or sets the DetailPaneTabId of the tab to be replaced by this tab SelectionTypeId Gets the container that this tab is displayed in. 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 tab is visible, or the tab is made newly visible.
Events Name Description SelectionChanged This 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