BCGControlBar Library for .NET
TextFromControl Property (DockingPane)




Specifies that the text from the embedded control will be displayed on the caption of the docking pane.
Syntax
'Declaration
 
Public Property TextFromControl As Boolean
'Usage
 
Dim instance As DockingPane
Dim value As Boolean
 
instance.TextFromControl = value
 
value = instance.TextFromControl
public bool TextFromControl {get; set;}
public: __property bool get_TextFromControl();
public: __property void set_TextFromControl( 
   bool value
);
public:
property bool TextFromControl {
   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