Intersoft ClientUI Documentation
StackTotalDisplayItem Property (UXStackMenu)



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
<CategoryAttribute("Stack")>
Public Property StackTotalDisplayItem As Integer
Dim instance As UXStackMenu
Dim value As Integer
 
instance.StackTotalDisplayItem = value
 
value = instance.StackTotalDisplayItem
[CategoryAttribute("Stack")]
public int StackTotalDisplayItem {get; set;}
[CategoryAttribute("Stack")]
public:
property int StackTotalDisplayItem {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXStackMenu Class
UXStackMenu Members

Send Feedback