Class Localizer.EditResourceIdentifiers.KeyBindingDialog
Represents a class contains the localizer variables of frmKeysBinding.
Inheritance
System.Object
Localizer.EditResourceIdentifiers.KeyBindingDialog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Localization
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class KeyBindingDialog
Constructors
KeyBindingDialog()
Declaration
public KeyBindingDialog()
Fields
AssignButton
Holds the assign button text.
Declaration
public const string AssignButton = "&Assign"
Field Value
Type |
---|
System.String |
CancelButton
Holds the cancel button text.
Declaration
public const string CancelButton = "&Cancel"
Field Value
Type |
---|
System.String |
CommandShortcutsLabel
Holds the command shortcuts label text.
Declaration
public const string CommandShortcutsLabel = "&Shortcut(s) for selected command:"
Field Value
Type |
---|
System.String |
CommandsLabel
Holds the command label text.
Declaration
public const string CommandsLabel = "&Known Editor commands:"
Field Value
Type |
---|
System.String |
DefaultButton
Holds the default button text.
Declaration
public const string DefaultButton = "Reset to &default"
Field Value
Type |
---|
System.String |
FormTitle
Holds the form title text.
Declaration
public const string FormTitle = "Editor keys binding"
Field Value
Type |
---|
System.String |
OkButton
Holds the ok button text.
Declaration
public const string OkButton = "&OK"
Field Value
Type |
---|
System.String |
RemoveButton
Holds the remove button text.
Declaration
public const string RemoveButton = "&Remove"
Field Value
Type |
---|
System.String |
ShortcutLabel
Holds the shortcuts label text.
Declaration
public const string ShortcutLabel = "&Press shortcut key(s):"
Field Value
Type |
---|
System.String |