Show / Hide Table of Contents

Class VirtualKeyboardMapItem

Virtual Keyboard Map Item data for Virtual Keyboard control/map

Inheritance
System.Object
VirtualKeyboardMapItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class VirtualKeyboardMapItem

Constructors

VirtualKeyboardMapItem()

Initializes a new instance of the VirtualKeyboardMapItem class.

Declaration
public VirtualKeyboardMapItem()

Properties

Column

Gets or sets the column.

Declaration
public int Column { get; set; }
Property Value
Type Description
System.Int32

The column.

ItemType

Gets or sets the type of the item.

Declaration
public MapItemType ItemType { get; set; }
Property Value
Type Description
MapItemType

The type of the item.

KeyboardMode

Gets or sets the keyboard mode.

Declaration
public VirtualKeyboardMode KeyboardMode { get; set; }
Property Value
Type Description
VirtualKeyboardMode

The keyboard mode.

KeyCode

Gets or sets the key code.

Declaration
public KeyCode KeyCode { get; set; }
Property Value
Type Description
EmptyKeys.UserInterface.Input.KeyCode

The key code.

Row

Gets or sets the row.

Declaration
public int Row { get; set; }
Property Value
Type Description
System.Int32

The row.

Shift

Gets or sets a value indicating whether this VirtualKeyboardMapItem is shift version of key

Declaration
public bool Shift { get; set; }
Property Value
Type Description
System.Boolean

true if shift; otherwise, false.

SpecialKeyName

Gets or sets the name of the special key.

Declaration
public string SpecialKeyName { get; set; }
Property Value
Type Description
System.String

The name of the special key.

Back to top Generated by DocFX