TabbedDialogExtension
Constructor
Description:
Constructs a extension instance with a control and ok action handler.
Constructs a extension instance with a control and ok action handler.
Parameters
| Parameter | Type | Description |
|---|---|---|
| userControl | UserControl | The control. |
| onOK | TabbedDialogAction | The ok action handler. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when userControl or onOK is. |
| ArgumentException | Thrown when userControl is already bound to another tabbed dialog. |