Intersoft ClientUI Documentation
HideSequence Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopupManager Class : HideSequence Method






from
The popup from which the other popups will be closed.
Hide all popup instances in sequences starting from the specified popup.

Syntax

Visual Basic (Declaration) 
Public Shared Sub HideSequence( _
   ByVal from As UXPopup _
) 
Visual Basic (Usage)Copy Code
Dim from As UXPopup
 
UXPopupManager.HideSequence(from)
C# 
public static void HideSequence( 
   UXPopup from
)
Delphi 
public procedure HideSequence( 
    from: UXPopup
); static; 
JScript 
public static function HideSequence( 
   from : UXPopup
);
Managed Extensions for C++ 
public: static void HideSequence( 
   UXPopup* from
) 
C++/CLI 
public:
static void HideSequence( 
   UXPopup^ from
) 

Parameters

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.