Class SpecialKeyViewModel
Represents the class for virtual keyboard special key view models.
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.Windows.Controls.VirtualKeyboard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class SpecialKeyViewModel : BaseKeyViewModel, INotifyPropertyChanged, IDisposable
Constructors
SpecialKeyViewModel(Int32, Double, Double, String)
Initializes a new instance of the SpecialKeyViewModel class.
Declaration
public SpecialKeyViewModel(int virtualKey, double keyWidth, double keyHeight, string displayText)
Parameters
System.Int32
virtualKey
The virtual key. |
System.Double
keyWidth
The width of the key. |
System.Double
keyHeight
The height of the key. |
System.String
displayText
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.Object
commandParameter
|