KeyType Property
Gets or sets type of Key that specifies its behavior on user press.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public Type Type { get; set; }
Public Property Type As Type
Get
Set
Property Value
Type
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.