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