Contains the information required to create and implement the behavior for the new tab inside
the Revit options dialog.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.UI.TabbedDialogExtension
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class TabbedDialogExtension
The TabbedDialogExtension type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TabbedDialogExtension | Constructs a extension instance with a control and ok action handler. |
Properties
| Name | Description | |
|---|---|---|
| Control | The control. | |
| OnCancelAction | The cancel handler. | |
| OnOKAction | The ok handler. | |
| OnRestoreDefaultsAction | The restore defaults handler. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetContextualHelp | Gets the contextual help. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetContextualHelp | Sets the contextual help. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
