Share

TabbedDialogExtension Constructor

Constructs a extension instance with a control and ok action handler.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public TabbedDialogExtension(
	UserControl userControl,
	TabbedDialogAction onOK
)

Parameters

userControl  UserControl
The control.
onOK  TabbedDialogAction
The ok action handler.

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when userControl or onOK is null.
ArgumentExceptionThrown when userControl is already bound to another tabbed dialog.

See Also

Reference

Was this information helpful?