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






Gets or sets the number of grid row when stack mode is set to GridStyle.

Syntax

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