BCGControlBar Library for .NET
CaptionHeight Property




Gets the height, in pixels, of the caption area of a docking pane.
Syntax
'Declaration
 
Public Property CaptionHeight As Integer
'Usage
 
Dim instance As DockingPane
Dim value As Integer
 
instance.CaptionHeight = value
 
value = instance.CaptionHeight
public int CaptionHeight {get; set;}
public: __property int get_CaptionHeight();
public: __property void set_CaptionHeight( 
   int value
);
public:
property int CaptionHeight {
   int get();
   void set (    int value);
}

Property Value

In docking pane constructor  the default  value of caption height will be set equal  19 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

DockingPane Class
DockingPane Members

Send Feedback