Search Results for

    Show / Hide Table of Contents

    Class KeyModifiers

    Identifies the state of the "shift"-keys within a event.
    Inheritance
    System.Object
    KeyModifiers
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class KeyModifiers

    Fields

    | Improve this Doc View Source

    Alt

    Check if the Alt key was pressed or not.
    Declaration
    public bool Alt
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Capslock

    Check if the Caps lock key was pressed or not.
    Declaration
    public bool Capslock
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Ctrl

    Check if the Ctrl key was pressed or not.
    Declaration
    public bool Ctrl
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Numlock

    Check if the Num lock key was pressed or not.
    Declaration
    public bool Numlock
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Scrolllock

    Check if the Scroll lock key was pressed or not.
    Declaration
    public bool Scrolllock
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Shift

    Check if the Shift key was pressed or not.
    Declaration
    public bool Shift
    Field Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX