Метод | Описание | |
---|---|---|
AddCommand ( string text, System.Action action ) : void | ||
AddCommand ( string text, ICommand command, Icon icon ) : void | ||
CommandBar ( ) : System | ||
Refill ( IEnumerable |
Метод | Описание | |
---|---|---|
addButton ( string text, System.Action action ) : System.Windows.Controls.Button |
public AddCommand ( string text, System.Action action ) : void | ||
text | string | |
action | System.Action | |
Результат | void |
public AddCommand ( string text, ICommand command, Icon icon ) : void | ||
text | string | |
command | ICommand | |
icon | Icon | |
Результат | void |
public Refill ( IEnumerable |
||
actions | IEnumerable |
|
Результат | void |