Class InputBinding
Inheritance
System.Object
InputBinding
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls.dll
Syntax
public class InputBinding
Constructors
InputBinding()
Declaration
public InputBinding()
InputBinding(ICommand, Chord, Object)
Declaration
public InputBinding(ICommand command, Chord chord, object commandContext)
Parameters
ICommand
command
|
Chord
chord
|
System.Object
commandContext
|
Properties
Chord
Command
CommandContext
Declaration
public object CommandContext { get; set; }
Property Value
System.Object
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Methods
Clear()
Declaration
public void Clear()