[This is preliminary documentation and is subject to change.]

The LowLevelMouseButtonEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyButton
Gets value indicating for which of mouse buttons the event was generated
Public propertyHandled
Gets or sets value indicating if calle handles the message
(Inherited from SuppresHandledEventArgs.)
Public propertyIsInjected
Gets value indicating if this message was injected
(Inherited from LowLevelMouseEventArgs.)
Public propertyLocation
Gets current position of mouse cursor in screen coordinates
(Inherited from LowLevelMouseEventArgs.)
Public propertyMouseUp
Gest value indicating if event was generated when mouse button was released
Public propertySuppress
Gets or sets value indicating if hooks following this one and windows message may be suppressed
(Inherited from SuppresHandledEventArgs.)

See Also