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