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.

  • 相关阅读:
    Java时间日期格式转换
    数据库性能优化
    java 词法分析器
    hdu 1018 Big Number
    hdu 1233 还是畅通工程
    hdu 2583 permutation 动态规划
    Sublime Text 3 安装 Package Control 结果返回 275309,找不到 Install Package
    Sublime Text 常用快捷键(Mac环境)
    sublime设置 reindent 快捷键
    scrollWidth、clientWidth 和 offsetWidth
  • 原文地址:https://www.cnblogs.com/lcxu2/p/2004002.html
Copyright © 2011-2022 走看看