Click or drag to resize

DialogHandlerBase Constructor

Creates and initializes the dialog handler.

Namespace:  DotNetBrowser.WinForms.Dialogs
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.16.0
Syntax
C#
public DialogHandlerBase(
	Control parent
)

Parameters

parent
Type: System.Windows.FormsControl
The parent object for the dialog displayed by this handler.
See Also