Intersoft ClientUI Documentation
StackMenuElement Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackButton Class : StackMenuElement Property






Gets the stack menu element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property StackMenuElement As UXStackMenu
Visual Basic (Usage)Copy Code
Dim instance As UXStackButton
Dim value As UXStackMenu
 
value = instance.StackMenuElement
C# 
public UXStackMenu StackMenuElement {get;}
Delphi 
public read-only property StackMenuElement: UXStackMenu; 
JScript 
public function get StackMenuElement : UXStackMenu
Managed Extensions for C++ 
public: __property UXStackMenu* get_StackMenuElement();
C++/CLI 
public:
property UXStackMenu^ StackMenuElement {
   UXStackMenu^ 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.