Back to Devexpress

HtmlContentPopup.Hide() Method

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-e5f17345.md

latest2.1 KB
Original Source

HtmlContentPopup.Hide() Method

Makes the window invisible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Hide()
vb
Public Sub Hide

Remarks

Handle the HtmlContentPopup.Hidden event to perform actions when a window is hidden.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Hide() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

winforms-chat-for-net-framework/CS/DevExpress.AI.WinForms.HtmlChat/ChatControl.cs#L41

csharp
{
    messageMenuPopup.Hide();
};

See Also

AutoHidingDelay

Hidden

HideAutomatically

HideOnElementClick

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace