KeyboardControlIsCtrlPressed Property

Gets a value indicating if Ctrl key is currently activated (any of the two -left or right).

Definition

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

Property Value

Boolean

See Also