C# Класс Waf.InformationManager.Infrastructure.Interfaces.Applications.ToolBarCommand

Defines a tool bar command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToolBarCommand ( ICommand command, string text, string toolTip = null ) : System

Initializes a new instance of the ToolBarCommand class.

Описание методов

ToolBarCommand() публичный Метод

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.
Результат System