BCGControlBar Library for .NET
GetHeight Method




Specifies the default height of the CategoryPanel.
Syntax
'Declaration
 
Public Function GetHeight() As Integer
'Usage
 
Dim instance As CategoryPanel
Dim value As Integer
 
value = instance.GetHeight()
public int GetHeight()
public: int GetHeight(); 
public:
int GetHeight(); 
Remarks
Called by the framework on definition of the height of the CategoryPanel. The height  of the CategoryPanel can not be less then the returned value. By default, the minimum height is 93 pixels.
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

CategoryPanel Class
CategoryPanel Members

Send Feedback