ActiveReports 13
GetHitTest Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI Namespace > BaseDataAdornerGlyph Class : GetHitTest Method
A System.Drawing.Point indicating the position at which the mouse was clicked, in screen coordinates.
Provides hit test logic.
Syntax
'Declaration
 
Public Overrides Function GetHitTest( _
   ByVal p As Point _
) As Cursor
public override Cursor GetHitTest( 
   Point p
)

Parameters

p
A System.Drawing.Point indicating the position at which the mouse was clicked, in screen coordinates.

Return Value

A System.Windows.Forms.Cursor if the Glyph is associated with poit; otherwise, null.
See Also

Reference

BaseDataAdornerGlyph Class
BaseDataAdornerGlyph Members