CommonDialog
Wisej.Web.CommonDialog
Last updated
Was this helpful?
Wisej.Web.CommonDialog
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies the base class used for displaying dialog boxes on the screen.
Initializes a new instance of .
Initializes a new instance of the extender with a specified container.
container
: Returns or sets the type of the common dialog UI control to show when calling the method. (Default: null
)
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.
Runs a common dialog box with a default owner.
onclose
Runs a common dialog box with the specified owner.
owner
Runs a common dialog box with the specified owner.
owner
onclose
Runs a common dialog box with the specified owner asynchronously.
owner
Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
Displays a dialog box from which the user can select a file.
Prompts the user to open a file from the server.
Prompts the user to select a location for saving a file on the server.
An that represents the container of the component.
: Returns or sets an object that contains data about the control. (Default: null
)
: Returns or sets the dialog box title. (Default: ""
)
: Returns or sets the initial of the common dialog. (Default: Normal
)
Returns: . if the user clicks OK in the dialog box; otherwise, .
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the When the onclose event handler is specified, the modal dialog doesn't suspend the execution on the server but it's still shown as a modal dialog on the client.
Returns: . if the user clicks OK in the dialog box; otherwise, .
A that represents the top-level window that owns the modal dialog box. It can be null.
Returns: . if the user clicks OK in the dialog box; otherwise, .
A that represents the top-level window that owns the modal dialog box. It can be null.
Optional async handler for the close event; called when the form/dialog has been closed. It's the equivalent of handling the When the onclose event handler is specified, the modal dialog doesn't suspend the execution on the server but it's still shown as a modal dialog on the client.
Returns: . if the user clicks OK in the dialog box; otherwise, .
A that represents the top-level window that owns the modal dialog box. It can be null.
Returns: . if the user clicks OK in the dialog box; otherwise, .
Fired when the user clicks the Help button on a common dialog box.
Allows the user to select a folder from one of the .