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






Gets or sets stack grid mode style."

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Stack Grid")>
Public Property StackGridMode As StackGridMode
Visual Basic (Usage)Copy Code
Dim instance As UXStackButton
Dim value As StackGridMode
 
instance.StackGridMode = value
 
value = instance.StackGridMode
C# 
[CategoryAttribute("Stack Grid")]
public StackGridMode StackGridMode {get; set;}
Delphi 
public read-write property StackGridMode: StackGridMode; 
JScript 
CategoryAttribute("Stack Grid")
public function get,set StackGridMode : StackGridMode
Managed Extensions for C++ 
[CategoryAttribute("Stack Grid")]
public: __property StackGridMode get_StackGridMode();
public: __property void set_StackGridMode( 
   StackGridMode value
);
C++/CLI 
[CategoryAttribute("Stack Grid")]
public:
property StackGridMode StackGridMode {
   StackGridMode get();
   void set (    StackGridMode 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.