Table of Contents

Method HideOnlyThisPopup

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HideOnlyThisPopup()

Hides the current popup without affecting the visibility of other popups.

public virtual void HideOnlyThisPopup()

Remarks

This method ensures that only the current popup is hidden, while suppressing any side effects that might otherwise hide other popups. It restores the original state after the operation completes.If the popup is already not visible, the method does nothing.