This document is archived and information here might be outdated.  Recommended version.


ISelectionTracker.QueryCursor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.QueryCursor Method
ArcGIS Developer Help

ISelectionTracker.QueryCursor Method

If the mouse is over the tracker, return an HCURSOR to indicate legal operations based on mouse's relation to selection handles: move resize, etc. Return 0 if mouse isn't over tracker.

[Visual Basic .NET]
Public Function QueryCursor ( _
    ByVal Point As IPoint _
) As Integer
[C#]
public int QueryCursor (
    IPoint Point
);
[C++]
HRESULT QueryCursor(
  IPoint* Point
);
[C++]
Parameters
Point [in]

Point is a parameter of type IPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionTracker Interface