Property IsCtrl
IsCtrl
Determines whether the value is a control key (and NOT just the ctrl key)
public bool IsCtrl { get; }
Property Value
- bool
true
if is ctrl; otherwise,false
.
Determines whether the value is a control key (and NOT just the ctrl key)
public bool IsCtrl { get; }
true
if is ctrl; otherwise, false
.