Class ModifierKeyViewModel
Represents the class for virtual keyboard modifier key view models.
Inherited Members
Namespace: Telerik.Windows.Controls.VirtualKeyboard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ModifierKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Constructors
ModifierKeyViewModel(Int32, Double, Double, String)
Initializes a new instance of the Modifier
Declaration
public ModifierKeyViewModel(int virtualKey, double keyWidth, double keyHeight, string displayText)
Parameters
System. The virtual key. |
System. The width of the key. |
System. The height of the key. |
System. The display text of the key. |
Methods
OnKeyCommandExecuted(Object)
The method called by the default command assigned to the key.
Declaration
protected override void OnKeyCommandExecuted(object commandParameter)
Parameters
System.
|
Overrides
Update(IKeyUpdateContext)
Called when the state of the keyboard changes.
Declaration
public override void Update(IKeyUpdateContext context)
Parameters
IKey
|