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






Gets or sets the stack mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Stack")>
Public Property StackMode As StackMode
Visual Basic (Usage)Copy Code
Dim instance As UXStackMenu
Dim value As StackMode
 
instance.StackMode = value
 
value = instance.StackMode
C# 
[CategoryAttribute("Stack")]
public StackMode StackMode {get; set;}
Delphi 
public read-write property StackMode: StackMode; 
JScript 
CategoryAttribute("Stack")
public function get,set StackMode : StackMode
Managed Extensions for C++ 
[CategoryAttribute("Stack")]
public: __property StackMode get_StackMode();
public: __property void set_StackMode( 
   StackMode value
);
C++/CLI 
[CategoryAttribute("Stack")]
public:
property StackMode StackMode {
   StackMode get();
   void set (    StackMode value);
}

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.