C# Class StoryTeller.UserInterface.Controls.CommandBar

Inheritance: System.Windows.Controls.StackPanel, ICommandBar
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
AddCommand ( string text, System.Action action ) : void
AddCommand ( string text, ICommand command, Icon icon ) : void
CommandBar ( ) : System
Refill ( IEnumerable actions ) : void

Private Methods

Méthode Description
addButton ( string text, System.Action action ) : System.Windows.Controls.Button

Method Details

AddCommand() public méthode

public AddCommand ( string text, System.Action action ) : void
text string
action System.Action
Résultat void

AddCommand() public méthode

public AddCommand ( string text, ICommand command, Icon icon ) : void
text string
command ICommand
icon Icon
Résultat void

CommandBar() public méthode

public CommandBar ( ) : System
Résultat System

Refill() public méthode

public Refill ( IEnumerable actions ) : void
actions IEnumerable
Résultat void