Nevron .NET Vision
Nevron.Chart.Windows Namespace / NKeyEventArgs Class
Fields Properties


In This Topic
    NKeyEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NKeyEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public Field  
    Public Field  
    Public Field  
    Public FieldWhether the event was processed. If not processed other keyboard event processors can process it  
    Public FieldView from which the event originated  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the ALT key was pressed.  
    Public PropertyGets a value indicating whether the CTRL key was pressed.  
    Public PropertyGets or sets a value indicating whether the event was handled.  
    Public PropertyGets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
    Public PropertyGets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
    Public PropertyGets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
    Public PropertyGets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.  
    Public PropertyGets a value indicating whether the SHIFT key was pressed.  
    Public PropertyGets or sets a value indicating whether the key event should be passed on to the underlying control.  
    Top
    See Also