Search
KeyboardLayout Members
Constructors Methods
 


Defines layout of keyboard keys.

The following tables list the members exposed by the KeyboardLayout type.

 Public Constructors

  Name Description

KeyboardLayout

Initializes a new instance of the KeyboardLayout class.

 Public Methods

  Name Description

create

Overloaded.  

getHeight

Gets the keyboard layout height.

getImage

Gets the path to an image that can be used to represent this layout.

getKeyboardLayoutId

Gets the layout id.

getKeys

Gets the keys displayed in this layout.

getLabel

Gets a text label that can be used to represent this layout.

getWidth

Gets the keyboard layout width.

setHeight

Sets the keyboard layout height.

setImage

Sets the path to an image that can be used to represent this layout.

setKeyboardLayoutId

Sets the layout id.

setKeys

Sets the keys displayed in this layout.

setLabel

Sets a text label that can be used to represent this layout.

setWidth

Sets the keyboard layout width.

 See Also