CommonDialog
Wisej.Web.CommonDialog
Last updated
Wisej.Web.CommonDialog
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the base class used for displaying dialog boxes on the screen.
Initializes a new instance of CommonDialog.
Initializes a new instance of the CommonDialog extender with a specified container.
Name | Type | Description |
---|---|---|
Type: Returns or sets the type of the common dialog UI control to show when calling the ShowDialog method. (Default: null
)
Object: Returns or sets an object that contains data about the control. (Default: null
)
String: Returns or sets the dialog box title. (Default: ""
)
FormWindowState: Returns or sets the initial WindowState of the common dialog. (Default: Normal
)
When overridden in a derived class, resets the properties of a common dialog box to their default values.
Runs a common dialog box with a default owner.
Returns: DialogResult. OK if the user clicks OK in the dialog box; otherwise, Cancel.
Runs a common dialog box with a default owner.
Returns: DialogResult. OK if the user clicks OK in the dialog box; otherwise, Cancel.
Runs a common dialog box with the specified owner.
Returns: DialogResult. OK if the user clicks OK in the dialog box; otherwise, Cancel.
Runs a common dialog box with the specified owner.
Returns: DialogResult. OK if the user clicks OK in the dialog box; otherwise, Cancel.
Runs a common dialog box with the specified owner asynchronously.
Returns: Task<DialogResult>. OK if the user clicks OK in the dialog box; otherwise, Cancel.
EventHandler Fired when the user clicks the Help button on a common dialog box.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|