C# 클래스 Waf.InformationManager.Infrastructure.Interfaces.Applications.ToolBarCommand

Defines a tool bar command
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
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