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