BCGControlBar Library for .NET
FindDefaultMessagePanel Method




Finds the StatusBarPaneInfo object from the status bar panes' collection, which is defined as DefaultMessagePanel. Called by the framework to set any string message on the status bar.
Syntax
'Declaration
 
Public Function FindDefaultMessagePanel() As StatusBarPaneInfo
'Usage
 
Dim instance As StatusBarControl
Dim value As StatusBarPaneInfo
 
value = instance.FindDefaultMessagePanel()
public StatusBarPaneInfo FindDefaultMessagePanel()
public: StatusBarPaneInfo* FindDefaultMessagePanel(); 
public:
StatusBarPaneInfo^ FindDefaultMessagePanel(); 
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

StatusBarControl Class
StatusBarControl Members

Send Feedback