| IDialogs Interface | 
Namespace: DotNetBrowser.Browser.Dialogs
 Syntax
Syntaxpublic interface IDialogs : IAutoDisposable
The IDialogs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsDisposed | 
                Indicates if the object is already disposed.
            (Inherited from IAutoDisposable.) | 
|  | OpenDirectoryHandler | 
                Gets or sets a handler that is used  when the browser requests to display a file chooser dialog to open a
                directory.
             | 
|  | OpenExternalAppHandler | 
                Gets or sets a handler that is used when the currently loaded web page wants to open a link in the
                associated external application.
             | 
|  | OpenFileHandler | 
                Gets or sets a handler that is used  when the browser requests to display a file chooser dialog to open a
                file.
             | 
|  | OpenMultipleFilesHandler | 
                Gets or sets a handler that is used when the browser requests to display a file chooser dialog to open several
                files.
             | 
|  | RepostFormHandler | 
                Gets or sets a handler that is used when a web page with POST data is going to be reloaded and the user must
                confirm that the POST data can be resubmitted.
             | 
|  | SaveAsPdfHandler | 
                Gets or sets a handler that is used when the browser requests to display a file chooser dialog to save
                content as PDF.
             | 
|  | SelectColorHandler | 
                Gets or sets a handler that is used when the user clicks an <input type='color'> HTML5 element.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Disposed | 
                Occurs when the object has been disposed.
            (Inherited from IAutoDisposable.) | 
 See Also
See Also