com.esri.arcgis.controls
Interface esriControlsMousePointer

All Superinterfaces:
Serializable

public interface esriControlsMousePointer
extends Serializable

Control mouse pointer options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriPointerArrow
          Standard arrow.
static int esriPointerArrowHourglass
          Standard arrow and small hourglass.
static int esriPointerArrowQuestion
          Arrow and question mark.
static int esriPointerCrosshair
          Crosshair.
static int esriPointerCustom
          Custom icon specified by the MouseIcon property.
static int esriPointerDefault
          Default pointer, same as arrow.
static int esriPointerHand
          Hand, closed hand with index finger pointing vertically.
static int esriPointerHotLink
          Hot-Link, lightening strike.
static int esriPointerHourglass
          Hourglass, wait cursor.
static int esriPointerIBeam
          I-Beam.
static int esriPointerIcon
          Icon.
static int esriPointerIdentify
          Identify, arrow with information symbol.
static int esriPointerLabel
          Label, arrow with letter A.
static int esriPointerNoDrop
          Circle with slash through it or a no entry sign.
static int esriPointerPagePan
          Page pan, open hand with page symbol.
static int esriPointerPagePanning
          Page pan, closed hand with page symbol.
static int esriPointerPageZoomIn
          Page zoom In, magnifying glass with plus sign and a small page.
static int esriPointerPageZoomOut
          Page zoom out, magnifying glass with minus sign and a small page.
static int esriPointerPan
          Pan, a hand.
static int esriPointerPanning
          Panning, a clenched hand.
static int esriPointerParentWindow
          pointer specified on the parent window or form.
static int esriPointerPencil
          Pencil.
static int esriPointerSize
          Size, four-pointed arrow pointing north, south, east and west.
static int esriPointerSizeAll
          Size all, a four-pointed arrow pointing north, south, east and west.
static int esriPointerSizeNESW
          Size NE-SW, double arrow pointing north-east and south-west.
static int esriPointerSizeNS
          Size N-S, double arrow pointing north and south.
static int esriPointerSizeNWSE
          Size NW-SE, double arrow pointing north-west and south-east.
static int esriPointerSizeWE
          Size W-E, double arrow pointing west and east.
static int esriPointerUpArrow
          Arrow pointing vertically up.
static int esriPointerZoom
          Zoom, a magnifying glass.
static int esriPointerZoomIn
          Zoom in, a magnifying glass with a plus sign.
static int esriPointerZoomOut
          Zoom out, a magnifying glass with a minus sign.
 

Field Detail

esriPointerParentWindow

static final int esriPointerParentWindow
pointer specified on the parent window or form.

See Also:
Constant Field Values

esriPointerDefault

static final int esriPointerDefault
Default pointer, same as arrow.

See Also:
Constant Field Values

esriPointerArrow

static final int esriPointerArrow
Standard arrow.

See Also:
Constant Field Values

esriPointerCrosshair

static final int esriPointerCrosshair
Crosshair.

See Also:
Constant Field Values

esriPointerIBeam

static final int esriPointerIBeam
I-Beam.

See Also:
Constant Field Values

esriPointerIcon

static final int esriPointerIcon
Icon.

See Also:
Constant Field Values

esriPointerSize

static final int esriPointerSize
Size, four-pointed arrow pointing north, south, east and west.

See Also:
Constant Field Values

esriPointerSizeNESW

static final int esriPointerSizeNESW
Size NE-SW, double arrow pointing north-east and south-west.

See Also:
Constant Field Values

esriPointerSizeNS

static final int esriPointerSizeNS
Size N-S, double arrow pointing north and south.

See Also:
Constant Field Values

esriPointerSizeNWSE

static final int esriPointerSizeNWSE
Size NW-SE, double arrow pointing north-west and south-east.

See Also:
Constant Field Values

esriPointerSizeWE

static final int esriPointerSizeWE
Size W-E, double arrow pointing west and east.

See Also:
Constant Field Values

esriPointerUpArrow

static final int esriPointerUpArrow
Arrow pointing vertically up.

See Also:
Constant Field Values

esriPointerHourglass

static final int esriPointerHourglass
Hourglass, wait cursor.

See Also:
Constant Field Values

esriPointerNoDrop

static final int esriPointerNoDrop
Circle with slash through it or a no entry sign.

See Also:
Constant Field Values

esriPointerArrowHourglass

static final int esriPointerArrowHourglass
Standard arrow and small hourglass.

See Also:
Constant Field Values

esriPointerArrowQuestion

static final int esriPointerArrowQuestion
Arrow and question mark.

See Also:
Constant Field Values

esriPointerSizeAll

static final int esriPointerSizeAll
Size all, a four-pointed arrow pointing north, south, east and west.

See Also:
Constant Field Values

esriPointerZoom

static final int esriPointerZoom
Zoom, a magnifying glass.

See Also:
Constant Field Values

esriPointerZoomIn

static final int esriPointerZoomIn
Zoom in, a magnifying glass with a plus sign.

See Also:
Constant Field Values

esriPointerZoomOut

static final int esriPointerZoomOut
Zoom out, a magnifying glass with a minus sign.

See Also:
Constant Field Values

esriPointerPan

static final int esriPointerPan
Pan, a hand.

See Also:
Constant Field Values

esriPointerPanning

static final int esriPointerPanning
Panning, a clenched hand.

See Also:
Constant Field Values

esriPointerIdentify

static final int esriPointerIdentify
Identify, arrow with information symbol.

See Also:
Constant Field Values

esriPointerLabel

static final int esriPointerLabel
Label, arrow with letter A.

See Also:
Constant Field Values

esriPointerHotLink

static final int esriPointerHotLink
Hot-Link, lightening strike.

See Also:
Constant Field Values

esriPointerPencil

static final int esriPointerPencil
Pencil.

See Also:
Constant Field Values

esriPointerHand

static final int esriPointerHand
Hand, closed hand with index finger pointing vertically.

See Also:
Constant Field Values

esriPointerPageZoomIn

static final int esriPointerPageZoomIn
Page zoom In, magnifying glass with plus sign and a small page.

See Also:
Constant Field Values

esriPointerPageZoomOut

static final int esriPointerPageZoomOut
Page zoom out, magnifying glass with minus sign and a small page.

See Also:
Constant Field Values

esriPointerPagePan

static final int esriPointerPagePan
Page pan, open hand with page symbol.

See Also:
Constant Field Values

esriPointerPagePanning

static final int esriPointerPagePanning
Page pan, closed hand with page symbol.

See Also:
Constant Field Values

esriPointerCustom

static final int esriPointerCustom
Custom icon specified by the MouseIcon property.

See Also:
Constant Field Values