Property IsCtrl | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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.

Edit this page