BCGControlBar Library for .NET
SetUpGallerySizes Method (ToolbarGalleryButton)




Syntax
'Declaration
 
Protected Overrides Sub SetUpGallerySizes( _
   ByVal gallery As GalleryControl, _
   ByVal requiredColumnsNum As Integer _
) 
'Usage
 
Dim instance As ToolbarGalleryButton
Dim gallery As GalleryControl
Dim requiredColumnsNum As Integer
 
instance.SetUpGallerySizes(gallery, requiredColumnsNum)
protected override void SetUpGallerySizes( 
   GalleryControl gallery,
   int requiredColumnsNum
)
protected: void SetUpGallerySizes( 
   GalleryControl* gallery,
   int requiredColumnsNum
) override 
protected:
void SetUpGallerySizes( 
   GalleryControl^ gallery,
   int requiredColumnsNum
) override 

Parameters

gallery
requiredColumnsNum
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
Base Implementation in SetUpGallerySizes

Send Feedback