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






Gets or sets a value that determines the total number of sub items that will be visible when stack mode is set to ArcStyle and the stack menu is collapsed.

Syntax

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