mapcontrol的鼠标样式

C#里直接用cursor就行了

mapcontrol的鼠标样式

this.axMapControl1.MousePointer=esriControlsMousePointer.esriPointerDefault;还可以是下面的值:

esriControlsMousePointer Constants

Control mouse pointer options.

esriPointerParentWindow-1pointer specified on the parent window or form.
esriPointerDefault0Default pointer, same as arrow.
esriPointerArrow1Standard arrow.
esriPointerCrosshair2Crosshair.
esriPointerIBeam3I-Beam.
esriPointerIcon4Icon.
esriPointerSize5Size, four-pointed arrow pointing north, south, east and west.
esriPointerSizeNESW6Size NE-SW, double arrow pointing north-east and south-west.
esriPointerSizeNS7Size N-S, double arrow pointing north and south.
esriPointerSizeNWSE8Size NW-SE, double arrow pointing north-west and south-east.
esriPointerSizeWE9Size W-E, double arrow pointing west and east.
esriPointerUpArrow10Arrow pointing vertically up.
esriPointerHourglass11Hourglass, wait cursor.
esriPointerNoDrop12Circle with slash through it or a no entry sign.
esriPointerArrowHourglass13Standard arrow and small hourglass.
esriPointerArrowQuestion14Arrow and question mark.
esriPointerSizeAll15Size all, a four-pointed arrow pointing north, south, east and west.
esriPointerZoom50Zoom, a magnifying glass.
esriPointerZoomIn51Zoom in, a magnifying glass with a plus sign.
esriPointerZoomOut52Zoom out, a magnifying glass with a minus sign.
esriPointerPan53Pan, a hand.
esriPointerPanning54Panning, a clenched hand.
esriPointerIdentify55Identify, arrow with information symbol.
esriPointerLabel56Label, arrow with letter A.
esriPointerHotLink57Hot-Link, lightening strike.
esriPointerPencil58Pencil.
esriPointerHand59Hand, closed hand with index finger pointing vertically.
esriPointerPageZoomIn60Page zoom In, magnifying glass with plus sign and a small page.
esriPointerPageZoomOut61Page zoom out, magnifying glass with minus sign and a small page.
esriPointerPagePan62Page pan, open hand with page symbol.
esriPointerPagePanning63Page pan, closed hand with page symbol.
esriPointerCustom99Custom icon specified by the MouseIcon property.

posted @ 2011-03-11 16:49  lcxu2  阅读(436)  评论(0编辑  收藏  举报