BCGControlBar Library for .NET
GetMaxButtonHeight Method




The index from which the buttons are wrapped.

Returns the height of the highest button in the ToolBarButton collection.

Syntax
'Declaration
 
Public Function GetMaxButtonHeight( _
   ByVal startWrapIndex As Integer, _
   ByVal horz As Boolean _
) As Integer
'Usage
 
Dim instance As Toolbar
Dim startWrapIndex As Integer
Dim horz As Boolean
Dim value As Integer
 
value = instance.GetMaxButtonHeight(startWrapIndex, horz)
public int GetMaxButtonHeight( 
   int startWrapIndex,
   bool horz
)
public: int GetMaxButtonHeight( 
   int startWrapIndex,
   bool horz
) 
public:
int GetMaxButtonHeight( 
   int startWrapIndex,
   bool horz
) 

Parameters

startWrapIndex
The index from which the buttons are wrapped.
horz
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