BCGControlBar Library for .NET
SetMessageString Method




A message to set on the status bar.
Sets any message string to the status bar. This message will be shown in the pane specified as DefaultMessagePanel. In BCGControlBar.NET library this function is called in the Toolbar class to show any message associated with the specified button.
Syntax
'Declaration
 
Public Sub SetMessageString( _
   ByVal message As String _
) 
'Usage
 
Dim instance As StatusBarControl
Dim message As String
 
instance.SetMessageString(message)
public void SetMessageString( 
   string message
)
public: void SetMessageString( 
   string* message
) 
public:
void SetMessageString( 
   String^ message
) 

Parameters

message
A message to set on the status bar.
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