Intersoft ClientUI Documentation
Hide(IList<UXPopup>) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopupManager Class > Hide Method : Hide(IList<UXPopup>) Method






except
Close all popup except this specified popup.
Hide all popup.

Syntax

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

Parameters

except
Close all popup except this specified popup.

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.