Class EmptyKey
This class is used to represent an empty space in the layout of RadVirtualKeyboard.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EmptyKey : IKey
Constructors
EmptyKey()
This method is used internally. To create a new EmptyKey instance use the other constructor instead.
Declaration
public EmptyKey()
EmptyKey(Double, Double)
Initializes a new instance of the EmptyKey class.
Declaration
public EmptyKey(double width = 1, double height = 1)
Parameters
System.Double
width
|
System.Double
height
|
Properties
FontScale
This property is not relevant for this class.
Declaration
public float FontScale { get; set; }
Property Value
System.Single
|
Implements
KeyHeight
Gets the logical empty key height.
Declaration
public float KeyHeight { get; set; }
Property Value
System.Single
|
Implements
KeyInfo
This property is not relevant for this class.
Declaration
public KeyInfo KeyInfo { get; set; }
Property Value
KeyInfo
|
Implements
KeyRectangle
Gets the logical empty key bounds.
Declaration
public RectangleF KeyRectangle { get; set; }
Property Value
System.Drawing.RectangleF
|
Implements
KeyType
This property is not relevant for this class.
Declaration
public KeyType KeyType { get; }
Property Value
KeyType
|
Implements
KeyWidth
Gets the logical empty key width.
Declaration
public float KeyWidth { get; set; }
Property Value
System.Single
|
Implements
Owner
This property is not relevant for this class.
Declaration
public IVirtualKeyboardKeyInputSender Owner { get; }
Property Value
IVirtualKeyboardKeyInputSender
|
Implements
VirtualKey
This property is not relevant for this class.
Declaration
public int VirtualKey { get; }
Property Value
System.Int32
|
Implements
Methods
ArrangeKey(RectangleF)
This method is not relevant for this class.
Declaration
public void ArrangeKey(RectangleF rectangle)
Parameters
System.Drawing.RectangleF
rectangle
|
Implements
SendKey()
This method is not relevant for this class.
Declaration
public void SendKey()
Implements
UpdateKey()
This method is not relevant for this class.
Declaration
public void UpdateKey()