Intersoft ClientUI Documentation
VisibleItemCount Property (UXRibbonGalleryList)



Gets or sets a value that determines the current visible item that been show in gallery.
Syntax
<CategoryAttribute("Common Properties")>
Public Property VisibleItemCount As Integer
Dim instance As UXRibbonGalleryList
Dim value As Integer
 
instance.VisibleItemCount = value
 
value = instance.VisibleItemCount
[CategoryAttribute("Common Properties")]
public int VisibleItemCount {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int VisibleItemCount {
   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