Intersoft ClientUI Documentation
Size Property (UXRibbonGalleryList)



Gets or sets a value that specifies the control size.
Syntax
<CategoryAttribute("Common Properties")>
Public Property Size As RibbonGroupSize
Dim instance As UXRibbonGalleryList
Dim value As RibbonGroupSize
 
instance.Size = value
 
value = instance.Size
[CategoryAttribute("Common Properties")]
public RibbonGroupSize Size {get; set;}
[CategoryAttribute("Common Properties")]
public:
property RibbonGroupSize Size {
   RibbonGroupSize get();
   void set (    RibbonGroupSize 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