ClickEventArgs Class

Contains additional information about button and key states for a Click event.

Namespace: platform

Properties

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

  Name Type Description
Public property Button enum Gets the button pressed (left, none, right).
Public property IsKeyDown(key) bool Returns true if the specified Key (enum) is being held down.
Public property IsReadOnly bool Returns true if an item is read-only.
Public property X int The windows X position of the click in pixels (from the left edge of the screen).
Public property Y int The windows Y position of the click in pixels (from the top edge of screen).