Gets the popup element.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property PopupElement As UXPopup |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As EllipsisText
Dim value As UXPopup
value = instance.PopupElement |
| C# | |
|---|
public UXPopup PopupElement {get;} |
| Delphi | |
|---|
public read-only property PopupElement: UXPopup; |
| JScript | |
|---|
public function get PopupElement : UXPopup |
| Managed Extensions for C++ | |
|---|
public: __property UXPopup* get_PopupElement(); |
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