C# Класс StoryTeller.UserInterface.Controls.CommandBar

Наследование: System.Windows.Controls.StackPanel, ICommandBar
Показать файл Открыть проект

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

Метод Описание
AddCommand ( string text, System.Action action ) : void
AddCommand ( string text, ICommand command, Icon icon ) : void
CommandBar ( ) : System
Refill ( IEnumerable actions ) : void

Приватные методы

Метод Описание
addButton ( string text, System.Action action ) : System.Windows.Controls.Button

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

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

public AddCommand ( string text, System.Action action ) : void
text string
action System.Action
Результат void

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

public AddCommand ( string text, ICommand command, Icon icon ) : void
text string
command ICommand
icon Icon
Результат void

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

public CommandBar ( ) : System
Результат System

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

public Refill ( IEnumerable actions ) : void
actions IEnumerable
Результат void