C# Class Orchestra.WindowCommandHelper

Mostra file Open project: WildGums/Orchestra

Public Methods

Method 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 method

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

CreateWindowCommandRectangle() public static method

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.
return System.Windows.Shapes.Rectangle