Intersoft ClientUI Documentation
HideSequence Method



The popup from which the other popups will be closed.
Hide all popup instances in sequences starting from the specified popup.
Syntax
Public Shared Sub HideSequence( _
   ByVal from As UXPopup _
) 
Dim from As UXPopup
 
UXPopupManager.HideSequence(from)
public static void HideSequence( 
   UXPopup from
)
public:
static void HideSequence( 
   UXPopup^ from
) 

Parameters

from
The popup from which the other popups will be closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPopupManager Class
UXPopupManager Members

Send Feedback