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






staysOpen
Is stay open.
Show popup.

Syntax

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

Parameters

popup
UXPopup object.
staysOpen
Is stay open.

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.