2021 Class
Changes 0
C

TabbedDialogExtension

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
public class TabbedDialogExtension
Name Return Type Description
C TabbedDialogExtension(UserControl, TabbedDialogAction) None Constructs a extension instance with a control and ok action handler.
Name Return Type Description
M GetContextualHelp() nullNothingnullptr Gets the contextual help.
M SetContextualHelp(ContextualHelp) None Sets the contextual help.
Name Return Type Description
P Control UserControl The control.
P OnCancelAction TabbedDialogAction The cancel handler.
P OnOKAction TabbedDialogAction The ok handler.
P OnRestoreDefaultsAction TabbedDialogAction The restore defaults handler.