BCGControlBar Library for .NET
DefaultPanelText Property




Specifies the default text displayed on the pane when there is no message to display. Use only in conjunction with DefaultMessagePanel property. Otherwise use Text property to set panel's text.
Syntax
'Declaration
 
Public Property DefaultPanelText As String
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As String
 
instance.DefaultPanelText = value
 
value = instance.DefaultPanelText
public string DefaultPanelText {get; set;}
public: __property string* get_DefaultPanelText();
public: __property void set_DefaultPanelText( 
   string* value
);
public:
property String^ DefaultPanelText {
   String^ get();
   void set (    String^ 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

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback