C# Class Waf.InformationManager.Infrastructure.Interfaces.Applications.ToolBarCommand

Defines a tool bar command
Show file Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
ToolBarCommand ( ICommand command, string text, string toolTip = null ) : System

Initializes a new instance of the ToolBarCommand class.

Method Details

ToolBarCommand() public method

Initializes a new instance of the ToolBarCommand class.
command must not be null. text must not be null or empty.
public ToolBarCommand ( ICommand command, string text, string toolTip = null ) : System
command ICommand The command which is invoked when the user clicks on the tool bar button.
text string The text of the tool bar button.
toolTip string The tooltip of the tool bar button.
return System