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


IToolPositionCallback.MouseClicked Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolPositionCallback Interface > IToolPositionCallback.MouseClicked Method
ArcGIS Developer Help

IToolPositionCallback.MouseClicked Method

Controls the number of decimal places the editor reports numbers with.

[Visual Basic .NET]
Public Sub MouseClicked ( _
    ByVal lCookie As Integer, _
    ByVal button As Integer, _
    ByVal shift As Integer, _
    ByVal X As Integer, _
    ByVal Y As Integer, _
    ByVal mapX As Double, _
    ByVal mapY As Double, _
    ByVal pSpace As ISpatialReference _
)
[C#]
public void MouseClicked (
    int lCookie,
    int button,
    int shift,
    int X,
    int Y,
    double mapX,
    double mapY,
    ISpatialReference pSpace
);
[C++]
HRESULT MouseClicked(
  long lCookie,
  long button,
  long shift,
  long X,
  long Y,
  double mapX,
  double mapY,
  ISpatialReference* pSpace
);
[C++]
Parameters
lCookie [in]

lCookie is a parameter of type long button [in]
button is a parameter of type long shift [in]
shift is a parameter of type long X [in]
X is a parameter of type long Y [in]
Y is a parameter of type long mapX [in]
mapX is a parameter of type double mapY [in]
mapY is a parameter of type double pSpace [in]
pSpace is a parameter of type ISpatialReference*

Product Availability

Available with ArcGIS Engine.

See Also

IToolPositionCallback Interface