InterfaceIKey
Interface
An interface that defines all necessary members for each key added to the RadVirtualKeyboard.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IKey
Properties
FontScale
Gets or sets the font scale coefficient, used when key is larger or smaller than the KeyDefaultSize.
KeyHeight
Gets or sets the logical key height.
KeyInfo
Gets or sets the associated key info object.
KeyRectangle
Gets or sets the logical key bounds.
KeyType
Gets the type of the key.
KeyWidth
Gets or sets the logical key width.
Owner
Gets the owner element used to send the keys.
Declaration
cs-api-definition
IVirtualKeyboardKeyInputSender Owner { get; }
Property Value
VirtualKey
Gets the virtual key code.
Methods
ArrangeKey(RectangleF)
Arranges the key in the specified rectangle.
Declaration
cs-api-definition
void ArrangeKey(RectangleF rectangle)
Parameters
rectangle
The layout rectangle.
UpdateKey()
Updates key text and other necessary styles.
Declaration
cs-api-definition
void UpdateKey()