BCGControlBar Library for .NET
DefaultMessagePanel Property




Specifies if this StatusBarPane will be used by the toolbar button to display associated message string.
Syntax
'Declaration
 
Public Property DefaultMessagePanel As Boolean
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As Boolean
 
instance.DefaultMessagePanel = value
 
value = instance.DefaultMessagePanel
public bool DefaultMessagePanel {get; set;}
public: __property bool get_DefaultMessagePanel();
public: __property void set_DefaultMessagePanel( 
   bool value
);
public:
property bool DefaultMessagePanel {
   bool get();
   void set (    bool value);
}
Remarks
If you set this property to true, then it's recommended to set Stretch property to true as well.
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