Click or drag to resize

CLRMenuDragMouseEventData Class

Event data associated to a Java MenuDragMouseEvent
Inheritance Hierarchy

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public class CLRMenuDragMouseEventData : CLRMouseEventData

The CLRMenuDragMouseEventData type exposes the following members.

Constructors
  NameDescription
Public methodCLRMenuDragMouseEventData
Initialize a new CLRMenuDragMouseEventData
Top
Properties
  NameDescription
Public propertyAltDown
Returns whether or not the Alt modifier is down on this event.
(Inherited from CLRInputEventData.)
Public propertyAltGraphDown
Returns whether or not the AltGraph modifier is down on this event.
(Inherited from CLRInputEventData.)
Public propertyButton
Returns which, if any, of the mouse buttons has changed state.
(Inherited from CLRMouseEventData.)
Public propertyClickCount
Returns the number of mouse clicks associated with this event.
(Inherited from CLRMouseEventData.)
Public propertyComponent
Returns the originator of the event.
(Inherited from CLRComponentEventData.)
Public propertyConsumed
Returns whether or not this event has been consumed.
(Inherited from CLRInputEventData.)
Public propertyControlDown
Returns whether or not the Control modifier is down on this event.
(Inherited from CLRInputEventData.)
Public propertyDynEventData
Dynamic accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyDynExtraData
A dynamic array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyEventData
Accessor to the information about event information received from the JVM
(Inherited from CLREventData.)
Public propertyExtraData
An array of extra information ordered with the same order of the caller, or null if HasExtraData is
(Inherited from CLREventData.)
Public propertyExtraDataLength
Returns how many Object contains extra information.
(Inherited from CLREventData.)
Public propertyHasExtraData
True if the event has other objects associated
(Inherited from CLREventData.)
Public propertyID
Returns the event type.
(Inherited from CLRAWTEventData.)
Public propertyIsPopupTrigger
Returns whether or not this mouse event is the popup menu trigger event for the platform.
(Inherited from CLRMouseEventData.)
Public propertyItem
Returns the indexed data
(Inherited from CLREventData.)
Public propertyLocationOnScreen
Returns the absolute x, y position of the event.
(Inherited from CLRMouseEventData.)
Public propertyMenuSelectionManager
Returns the current menu selection manager.
Public propertyMetaDown
Returns whether or not the Meta modifier is down on this event.
(Inherited from CLRInputEventData.)
Public propertyModifiers
Returns the modifier mask for this event.
(Inherited from CLRInputEventData.)
Public propertyModifiersEx
Returns the extended modifier mask for this event.
(Inherited from CLRInputEventData.)
Public propertyParamString
Returns a string representing the state of this Event. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null.
(Inherited from CLRAWTEventData.)
Public propertyPath
Returns the path to the menu item referenced by this event.
Public propertyPoint
Returns the x,y position of the event relative to the source component.
(Inherited from CLRMouseEventData.)
Public propertyShiftDown
Returns whether or not the Shift modifier is down on this event.
(Inherited from CLRInputEventData.)
Public propertySource
The object on which the Event initially occurred.
(Inherited from CLREventObjectData.)
Public propertyWhen
Returns the difference in milliseconds between the timestamp of when this event occurred and midnight, January 1, 1970 UTC.
(Inherited from CLRInputEventData.)
Public propertyX
Returns the horizontal x position of the event relative to the source component.
(Inherited from CLRMouseEventData.)
Public propertyXOnScreen
Returns the absolute horizontal x position of the event.
(Inherited from CLRMouseEventData.)
Public propertyY
Returns the vertical y position of the event relative to the source component.
(Inherited from CLRMouseEventData.)
Public propertyYOnScreen
Returns the absolute vertical y position of the event.
(Inherited from CLRMouseEventData.)
Top
Methods
  NameDescription
Public methodConsume
Consumes this event so that it will not be processed in the default manner by the source which originated it.
(Inherited from CLRInputEventData.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetSource
Retargets an event to a new source. This method is typically used to retarget an event to a lightweight child Component of the original heavyweight source.
(Inherited from CLRAWTEventData.)
Public methodToString
Returns a string representation of the object.
(Overrides CLRMouseEventDataToString.)
Public methodTranslatePoint
Translates the event's coordinates to a new position by adding specified x (horizontal) and y (vertical) offsets.
(Inherited from CLRMouseEventData.)
Top
Extension Methods
See Also