Search
ColumnMouseEvent Members
Methods
 


Contains the arguments passed to column-related mouse events.

The following tables list the members exposed by the ColumnMouseEvent type.

 Public Methods

  Name Description

getButton

Gets the clicked mouse button.

getClicks

Gets the number of mouse clicks.

getColumn

Gets the related column. (Inherited from ColumnEvent.)

getX

Gets the relative x-coordinates of the mouse.

getY

Gets the relative y-coordinates of the mouse.

 See Also