Class ButtonKeys
- Namespace
- Loehnert.Controls.Dialogs.ViewModels
- Assembly
- Loehnert.Controls.dll
Class contains the default key definitions for keys of buttons in a DialogViewModel.
public static class ButtonKeys
- Inheritance
-
ButtonKeys
- Inherited Members
Properties
Cancel
Gets the key for a 'Cancel' button.
public static string Cancel { get; }
Property Value
- string
Always returns 'Cancel'.
No
Gets the key for a 'No' button.
public static string No { get; }
Property Value
- string
Always returns 'No'.
OK
Gets the key for a 'OK' button.
public static string OK { get; }
Property Value
- string
Always returns 'Ok'.
Yes
Gets the key for a 'Yes' button.
public static string Yes { get; }
Property Value
- string
Always returns 'Yes'.