Property IsCapslock
IsCapslock
Gets a value indicating whether the Caps lock key was pressed (real or synthesized)
public bool IsCapslock { get; }
Property Value
- bool
true
if is alternate; otherwise,false
.
Gets a value indicating whether the Caps lock key was pressed (real or synthesized)
public bool IsCapslock { get; }
true
if is alternate; otherwise, false
.