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






Gets or sets the stack grid footer text.

Syntax

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