TabbedDialogExtension
Description:
Constructs a extension instance with a control and ok action handler.
Constructs a extension instance with a control and ok action handler.
public TabbedDialogExtension(
UserControl userControl,
TabbedDialogAction onOK
)
-
UserControluserControlThe control.
-
onOKThe ok action handler.
-
Thrown when userControl or onOK isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when userControl is already bound to another tabbed dialog.