Back to Devexpress

HtmlContentPopup.Close(DialogResult) Method

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-close-x28-system-dot-windows-dot-forms-dot-dialogresult-x29.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Close(
    DialogResult result
)
vb
Public Sub Close(
    result As DialogResult
)

Parameters

NameTypeDescription
resultDialogResult

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:

See Also

ShowDialog(IWin32Window, Rectangle)

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace