zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    PHP防止跨站表单提交与同站跨页伪造表单的攻击
    dz数据结构
    DiscuzX的目录权限设置1
    discuz 文档说明
    discuz x 系列目录结构说明
    验证码问题
    Discuz! X2验证码的产生及验证
    Discuz 升级X3问题汇总整理
    IIS7以上版本去掉伪静态去掉index.php方法
    Discuz 模板标签说明
  • 原文地址:https://www.cnblogs.com/lcxu2/p/2004002.html
Copyright © 2011-2022 走看看