메소드 | 설명 | |
---|---|---|
ToolBarCommand ( ICommand command, string text, string toolTip = null ) : System |
Initializes a new instance of the ToolBarCommand class.
|
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 |