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