RVTDocs.com
Namespace: Autodesk.Revit.UI

TabbedDialogExtension

Class
Description:
Contains the information required to create and implement the behavior for the new tab inside the Revit options dialog.
Remarks:
Each page has an associated user interface control and the handlers of buttons Cancel, Restore Defaults and help can optionally be set. The size of the control is limited to 305 (height) x 288 (width) in physical pixels.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.TabbedDialogExtension
Syntax
public class TabbedDialogExtension
TabbedDialogExtension Class Members:
Name Description Inherited From
TabbedDialogExtension Constructs a extension instance with a control and ok action handler.
Name Description Inherited From
Control The control.
OnCancelAction The cancel handler.
OnOKAction The ok handler.
OnRestoreDefaultsAction The restore defaults handler.
Name Description Inherited From
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetContextualHelp Gets the contextual help.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
SetContextualHelp Sets the contextual help.
ToString Returns a string that represents the current object. (Inherited from Object ) Object