Intersoft ClientUI Documentation
PopupElement Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXPopup Class : PopupElement Property






Gets the popup element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PopupElement As Popup
Visual Basic (Usage)Copy Code
Dim instance As UXPopup
Dim value As Popup
 
value = instance.PopupElement
C# 
public Popup PopupElement {get;}
Delphi 
public read-only property PopupElement: Popup; 
JScript 
public function get PopupElement : Popup
Managed Extensions for C++ 
public: __property Popup* get_PopupElement();
C++/CLI 
public:
property Popup^ PopupElement {
   Popup^ get();
}

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.