http://blog.itpub.net/14999074/viewspace-586515/

mapcontrol的鼠标样式

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

esriControlsMousePointer Constants

Control mouse pointer options.

Constant Value Description
esriPointerParentWindow -1 pointer specified on the parent window or form.
esriPointerDefault 0 Default pointer, same as arrow.
esriPointerArrow 1 Standard arrow.
esriPointerCrosshair 2 Crosshair.
esriPointerIBeam 3 I-Beam.
esriPointerIcon 4 Icon.
esriPointerSize 5 Size, four-pointed arrow pointing north, south, east and west.
esriPointerSizeNESW 6 Size NE-SW, double arrow pointing north-east and south-west.
esriPointerSizeNS 7 Size N-S, double arrow pointing north and south.
esriPointerSizeNWSE 8 Size NW-SE, double arrow pointing north-west and south-east.
esriPointerSizeWE 9 Size W-E, double arrow pointing west and east.
esriPointerUpArrow 10 Arrow pointing vertically up.
esriPointerHourglass 11 Hourglass, wait cursor.
esriPointerNoDrop 12 Circle with slash through it or a no entry sign.
esriPointerArrowHourglass 13 Standard arrow and small hourglass.
esriPointerArrowQuestion 14 Arrow and question mark.
esriPointerSizeAll 15 Size all, a four-pointed arrow pointing north, south, east and west.
esriPointerZoom 50 Zoom, a magnifying glass.
esriPointerZoomIn 51 Zoom in, a magnifying glass with a plus sign.
esriPointerZoomOut 52 Zoom out, a magnifying glass with a minus sign.
esriPointerPan 53 Pan, a hand.
esriPointerPanning 54 Panning, a clenched hand.
esriPointerIdentify 55 Identify, arrow with information symbol.
esriPointerLabel 56 Label, arrow with letter A.
esriPointerHotLink 57 Hot-Link, lightening strike.
esriPointerPencil 58 Pencil.
esriPointerHand 59 Hand, closed hand with index finger pointing vertically.
esriPointerPageZoomIn 60 Page zoom In, magnifying glass with plus sign and a small page.
esriPointerPageZoomOut 61 Page zoom out, magnifying glass with minus sign and a small page.
esriPointerPagePan 62 Page pan, open hand with page symbol.
esriPointerPagePanning 63 Page pan, closed hand with page symbol.
esriPointerCustom 99 Custom icon specified by the MouseIcon property.
 
 

最新文章

  1. git开发流程、常用命令及工具、TortoiseGit使用及常见问题
  2. JVM之PC寄存器(Program Counter Register)
  3. CodeForces 441E(Codeforces Round #252 (Div. 2))
  4. Java学习之路:1、HelloWorld
  5. jQuery EasyUI求助
  6. 【转】android 电池(一):锂电池基本原理篇
  7. 201521123050 《Java程序设计》第6周学习总结
  8. JSONP原理解析
  9. putty怎么用?如何使用Putty远程管理Linux主机
  10. catalina.sh设置JAVA_HOME后还无法解决更换JDK有关问题
  11. Go内建函数copy
  12. Popular Cows POJ - 2186(强连通分量)
  13. BZOJ.4517.[SDOI2016]排列计数(错位排列 逆元)
  14. JAVA内存泄露分析及解决
  15. CentOS配置JDK环境
  16. java 多线程之:sleep() 方法
  17. Android Studio启动速度慢的问题。
  18. Linux-Linux下安装redis报错"undefined reference to__sync_add_and_fetch_4"解决办法
  19. 分享九:php易混淆的语法
  20. filebeat+logstash通过zabbix微信报警

热门文章

  1. 11、scala类型参数
  2. 怀旧系列(3)----Pascal
  3. Spring入门第二十四课
  4. 【转】JAVA输出内容打印到TXT以及不同系统中如何换行
  5. android build system resource links
  6. Unity -- AssetBundle(本地资源加载和加载依赖关系)
  7. 定时处理组件---Quartz.net
  8. [CentOS7] SELinux
  9. ARC085E(最小割规划【最大流】,Dinic当前弧优化)
  10. cf835(预处理 + 记忆化dp)