[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.MouseEnabledItem

MouseEnabledItem Class

Class of the items user may interact with

Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public abstract class MouseEnabledItem : DrawCustomizableItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler

Constructors

Name Description
MouseEnabledItem()

Initializes a new instance of MouseEnabledItem Class.

MouseEnabledItem(AntiAliasMode)

Initializes a new instance of MouseEnabledItem Class.

Properties

Name Description
ContextMenu

Gets or sets the shortcut menu associated with the control.

Methods

Name Description
NeedMouseHandling()

Check if mouse handling required.

OnMouseDown(GraphMouseEventArgs)

Handles the MouseDown event.

OnMouseEnter(GraphMouseEventArgs)

Handles the MouseEnter event.

OnMouseHover(GraphMouseEventArgs)

Handles the MouseHover event.

OnMouseLeave(GraphMouseEventArgs)

Handles the MouseLeave event.

OnMouseMove(GraphMouseEventArgs)

Handles the MouseMove event.

OnMouseUp(GraphMouseEventArgs)

Handles the MouseUp event.

OnMouseWheel(GraphMouseEventArgs)

Handles the MouseWheel event.

Events

Name Description
MouseDown

Occurs when the mouse pointer is over the control and a mouse button is pressed.

MouseEnter

Occurs when the mouse pointer enters the control.

MouseHover

Occurs when the mouse pointer hovers over the control.

MouseLeave

Occurs when the mouse pointer leaves the control.

MouseMove

Occurs when the mouse pointer is moved over the control.

MouseUp

Occurs when the mouse pointer is over the control and a mouse button is released.

MouseWheel

Occurs when the mouse wheel moves while the control has focus.