DialogHandlerBase Constructor |
Creates and initializes the dialog handler.
Namespace:
DotNetBrowser.WinForms.Dialogs
Assembly:
DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.23.2
Syntax public DialogHandlerBase(
Control parent
)
Parameters
- parent
- Type: System.Windows.FormsControl
The parent object for the dialog displayed by this handler.
See Also