KeyIsChecked Property

Gets or sets the checked state of the Key.

Definition

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

Property Value

Boolean

Remarks

Key must be of Type CheckBox.

See Also