BCGControlBar Library for .NET
DisplayCaption Property




Specifies whether to display or hide caption of Docking Pane. If this property is set to false, then the CaptionHeight property returns 0.
Syntax
'Declaration
 
Public Property DisplayCaption As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.DisplayCaption = value
 
value = instance.DisplayCaption
public bool DisplayCaption {get; set;}
public: __property bool get_DisplayCaption();
public: __property void set_DisplayCaption( 
   bool value
);
public:
property bool DisplayCaption {
   bool get();
   void set (    bool value);
}
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