BCGControlBar Library for .NET
MaxPopupGalleryColumns Property




Maximal number of columns, which popup gallery can display when resized.
Syntax
'Declaration
 
Public Property MaxPopupGalleryColumns As Integer
'Usage
 
Dim instance As ToolbarGalleryButton
Dim value As Integer
 
instance.MaxPopupGalleryColumns = value
 
value = instance.MaxPopupGalleryColumns
public int MaxPopupGalleryColumns {get; set;}
public: __property int get_MaxPopupGalleryColumns();
public: __property void set_MaxPopupGalleryColumns( 
   int value
);
public:
property int MaxPopupGalleryColumns {
   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

ToolbarGalleryButton Class
ToolbarGalleryButton Members

Send Feedback