KeyType Property

Gets or sets type of Key that specifies its behavior on user press.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public Type Type { get; set; }

Property Value

Type

Remarks

For Button mode, Key returns back to non-pressed state after user press. For CheckBox mode, Key stays in pressed state until user presses it second time.

See Also