BCGControlBar Library for .NET
ShowMessageString Method




A button to display an associated message.
Displays a message string associated with the specified toolbar button on the default message panel of the status bar if the top level form has a statusbar control.
Syntax
'Declaration
 
Public Sub ShowMessageString( _
   ByVal button As ToolbarButton _
) 
'Usage
 
Dim instance As Toolbar
Dim button As ToolbarButton
 
instance.ShowMessageString(button)
public void ShowMessageString( 
   ToolbarButton button
)
public: void ShowMessageString( 
   ToolbarButton* button
) 
public:
void ShowMessageString( 
   ToolbarButton^ button
) 

Parameters

button
A button to display an associated message.
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

Toolbar Class
Toolbar Members

Send Feedback