C# Class Orchestra.WindowCommandHelper

Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
CreateWindowCommandButton ( string style, string label ) : System.Windows.Controls.Button

Creates the window command button.

CreateWindowCommandRectangle ( System.Windows.Controls.Button parentButton, string style ) : System.Windows.Shapes.Rectangle

Creates the window command rectangle.

Method Details

CreateWindowCommandButton() public static méthode

Creates the window command button.
public static CreateWindowCommandButton ( string style, string label ) : System.Windows.Controls.Button
style string The style.
label string The label.
Résultat System.Windows.Controls.Button

CreateWindowCommandRectangle() public static méthode

Creates the window command rectangle.
public static CreateWindowCommandRectangle ( System.Windows.Controls.Button parentButton, string style ) : System.Windows.Shapes.Rectangle
parentButton System.Windows.Controls.Button The parent button.
style string The style.
Résultat System.Windows.Shapes.Rectangle