Intersoft ClientUI Documentation
LargeItemCount Property



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