'Declaration
Public Shared ReadOnly Property Ctrl As Boolean
'Usage
Dim value As Boolean value = KeyboardUtil.Ctrl
public static bool Ctrl {get;}
Property Value
true
if ctrl key is pressed; otherwise, false
.'Declaration
Public Shared ReadOnly Property Ctrl As Boolean
'Usage
Dim value As Boolean value = KeyboardUtil.Ctrl
public static bool Ctrl {get;}
true
if ctrl key is pressed; otherwise, false
.