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.
 
 

设置mapcontrol的鼠标样式的更多相关文章

  1. 四大伪类,css鼠标样式设置,reset操作,静止对文本操作

    07.31自我总结 一.a标签的四大伪类 a:link{样式} 未访问时的状态(鼠标点击前显示的状态) a:hover{样式} 鼠标悬停时的状态 a:visited{样式} 已访问过的状态(鼠标点击后 ...

  2. C#开发分享:如何改变系统鼠标样式

    开发过程中发现需要用到改变鼠标样式(就是光标的样子),但是在网上找了很多资料,都是介绍在程序中使用,我需要的效果时在系统级使用.现在找到了,分享给大家. [DllImport("user32 ...

  3. ArcGIS AddIN开发之自定义鼠标样式

    如果想修改Windows默认的鼠标样式,可以这样 //设置鼠标样式 this.Cursor = System.Windows.Forms.Cursors.Cross; 可是如果想设置成一些自定义的很好 ...

  4. CSS鼠标样式整理

    鼠标样式的标签: cursor:*;  //该属性定义了鼠标指针放在一个元素边界范围内时所用的光标形状: 鼠标样式: 值 描述 url 需使用的自定义光标的 URL. 注释:请在此列表的末端始终定义一 ...

  5. Arcgis for javascript不同的状态下自己定义鼠标样式

    俗话说:爱美之心.人皆有之. 是的.没错,即使我仅仅是一个做地图的,我也希望自己的地图看起来好看一点. 在本文,给大家讲讲在Arcgis for javascript下怎样自己定义鼠标样式. 首先.说 ...

  6. Windows Phone 8初学者开发—第6部分:设置应用程序的样式

    原文 Windows Phone 8初学者开发—第6部分:设置应用程序的样式 Source Code: http://aka.ms/absbeginnerdevwp8  PDF Version: ht ...

  7. Wpf中鼠标样式的修改,作用点修改

    最近,在做一个控件的鼠标样式,Ps加了插件,可以编辑生成.cur格式的图标. 可是,所有的改完以后,调试运行,结果发现自己制作的图标的作用点总是在左上角,而不是在"手形"图标的食指 ...

  8. CSS 鼠标样式大全

    cursor是CSS中用于定义鼠标在元素标签上的显示样式,如常用的手型鼠标样式 cursor: pointer; 也可以通过url网址指定扩展名一般为.cur的鼠标图片文件. 名称 属性代码 描述 默 ...

  9. CSS鼠标样式 cursor 属性

    值 描述 url 需使用的自定义光标的 URL. 注释:请在此列表的末端始终定义一种普通的光标,以防没有由 URL 定义的可用光标. default 默认光标(通常是一个箭头) auto 默认.浏览器 ...

随机推荐

  1. TCP的三次握手和四次挥手,为什么?

    首先,我们要知道TCP是全双工的,即客户端在给服务器端发送信息的同时,服务器端也可以给客户端发送信息.而半双工的意思是A可以给B发,B也可以给A发,但是A在给B发的时候,B不能给A发,即不同时,为半双 ...

  2. Struts2学习第三课 访问Web资源

    1.什么是WEB资源? HttpServletRequest,HttpSession,ServletContext等原生的Servlet API. 2.为什么访问WEB资源? B/S的应用的Contr ...

  3. 24.command-executor

    这里先给出题目链接: https://command-executor.hackme.inndy.tw/ 这是一道不错的ctf题,首先说一下考察点: 文件包含读源码 代码分析结合CVE CVE导致的命 ...

  4. 29.极具破坏力的DDoS:浅析其攻击及防御

    一.DDoS的概念 1.什么是“DDoS”? DDoS:Distributed Denial of Service(分布式拒绝服务)攻击指借助于客户/服务器技术,将多个计算机联合起来作为攻击平台,对一 ...

  5. hadoop fs -put上传文件失败,WARN org.apache.hadoop.hdfs.server.datanode.DataNode: Problem connecting to server: master:8020

    hadoop fs -put上传文件失败 报错信息:(test文件夹是已经成功建好的) [root@master ~]# hadoop fs -put test1.txt /test // :: WA ...

  6. hdu1058

    #include<iostream> #include<string> using namespace std; int const N = 4; int map[N] = { ...

  7. 常用转义字符例如&amp;的含义

    &amp中的amp就是英文ampersand的缩写,该词的意思是&这个符号& 是 HTML 中 & 的表示方法.即在html中用&表示&符号

  8. 利用superlance监控supervisor运行状态

    此文已由作者张家裕授权网易云社区发布. 欢迎访问网易云社区,了解更多网易技术产品运营经验. 最近开发问到supervisor管理下的进程重启了,有无办法做到主动通知,楼主最先想到的是superviso ...

  9. layui的tree和form并没有冲突!无限级tree下拉列表和select下拉列表同一页使用!

    在昨天写的随笔中: layui的tree和form同时引用出现冲突的粗略解决办法 https://www.cnblogs.com/xwma/p/10900975.html 提出有冲突,今天在开发中发现 ...

  10. 查询缓存及索引:MySQL系列之九

    一.MySQL的架构 连接器 连接池,安全认证.线程池.连接限制.检查内存.缓存 SQL接口 DML.DDL SQL解析器,对SQL语句的权限检查.解析为二进制程序 优化器,优化访问路径 缓存cach ...