 | CSYSSetCursor Method |
Set the cursor on the display.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetCursor(
string cursor
)
public static void SetCursor(
string cursor
)
Public Shared Sub SetCursor (
cursor As String
)
Public Shared Sub SetCursor (
cursor As String
)
public:
static void SetCursor(
String^ cursor
)
public:
static void SetCursor(
String^ cursor
)
static member SetCursor :
cursor : string -> unit
static member SetCursor :
cursor : string -> unit
Parameters
- cursor
- Type: SystemString
Cursor Names
Remarks
Possible Cursors:
Normal, Horiz, Vert, Moving, Cross, Hand, NoEdit, Sun,
View, Group, ViewSel, GroupSel, BoxSelect, Shadow, Link,
Line, PolyLine, Polygon, Ellipse, Rectangle, Text, Symbol,
Zoom, Pan, Rotate, InteractiveZoom, PolyFill, GetFill,
SnapPoint, SnapLine, SnapOnPoint, SnapOnLine, NPolygon,
ExcludeRect, ExcludePoly, ExcludeNPoly, AddVertex, DelVertex, GeneralAdd and GeneralDelete
See Also