Intersoft ClientUI Documentation
CollapsedItemCount Property



Gets or sets a value that determines the item count that been needed to collapsed the control.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CollapsedItemCount As Integer
Dim instance As UXRibbonGalleryList
Dim value As Integer
 
instance.CollapsedItemCount = value
 
value = instance.CollapsedItemCount
[CategoryAttribute("Common Properties")]
public int CollapsedItemCount {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int CollapsedItemCount {
   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

UXRibbonGalleryList Class
UXRibbonGalleryList Members

Send Feedback