Show / Hide Table of Contents

Class KeyEventArgs

Inheritance
System.Object
KeyEventArgs
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: CADability.Substitutes
Assembly: CADability.dll
Syntax
public class KeyEventArgs

Constructors

| Improve this Doc View Source

KeyEventArgs(Keys)

Declaration
public KeyEventArgs(Keys keyData)
Parameters
Type Name Description
Keys keyData

Properties

| Improve this Doc View Source

Alt

Declaration
public virtual bool Alt { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Control

Declaration
public bool Control { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

KeyCode

Declaration
public Keys KeyCode { get; }
Property Value
Type Description
Keys
| Improve this Doc View Source

KeyData

Declaration
public Keys KeyData { get; }
Property Value
Type Description
Keys
| Improve this Doc View Source

KeyValue

Declaration
public int KeyValue { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Modifiers

Declaration
public Keys Modifiers { get; }
Property Value
Type Description
Keys
| Improve this Doc View Source

Shift

Declaration
public virtual bool Shift { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SuppressKeyPress

Declaration
public bool SuppressKeyPress { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX