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.
|
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 |
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 |