HostKeyEventArgs Class

An object that gets the additional information for a OnKeyDown event in ChartingHost.

Namespace:elsystem

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Flags int Gets a numeric expression representing the sum of the numeric value of the VirtualKeys that are down.
Public property Key object Gets the VirtualKey that was pressed down in the ChartingHost.
Public property

PreviousState

int Gets the previous key state. Returns a 0 if the previous state was Key Up or a 1 if the previous stat was Key Down.
Public property Suppress bool True suppresses passing pressed keys onto the platform for possible handling; false otherwise.
Methods
  Name Description
Public property IsKeyDown(key) Creates an instance of the class using the specified key.