HtmlContentPopup.Close(DialogResult) Method
Closes the HtmlContentPopup
object that was opened as a modal window, and sets the dialog result.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
result | DialogResult | The dialog’s result. |
Remarks
The dialog result specified by the Close
method’s parameter is returned by the HtmlContentPopup.ShowDialog method.
The following events fire when a window is closed:
- HtmlContentPopup.Closing — Fires when the window is about to be closed. Allows you to cancel the close operation.
- HtmlContentPopup.Closed — Fires after the window is closed. This is a notification event.
See Also