BCGControlBar Library for .NET
GetColumnWidth Method (Toolbar)




Specifies the width of the toolbar buttons.
Syntax
'Declaration
 
Public Overridable Function GetColumnWidth( _
   ByVal largeImageMode As Boolean _
) As Integer
'Usage
 
Dim instance As Toolbar
Dim largeImageMode As Boolean
Dim value As Integer
 
value = instance.GetColumnWidth(largeImageMode)
public virtual int GetColumnWidth( 
   bool largeImageMode
)
public: virtual int GetColumnWidth( 
   bool largeImageMode
) 
public:
virtual int GetColumnWidth( 
   bool largeImageMode
) 

Parameters

largeImageMode
Remarks
The GetColumnWidth member function is used during a toolbar layout calculation and therefore you may want to override it in ToolBar-derived classes.
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

Toolbar Class
Toolbar Members

Send Feedback