This document is archived and information here might be outdated.  Recommended version.


ISystemMouseCursor.Load Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

ISystemMouseCursor.Load Method

Loads system provided mouse cursor.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal mouseCursorType As esriSystemMouseCursor _
)
[C#]
public void Load (
    esriSystemMouseCursor mouseCursorType
);
[C++]
HRESULT Load(
  esriSystemMouseCursor mouseCursorType
);
[C++]

Parameters mouseCursorType [in]
mouseCursorType is a parameter of type esriSystemMouseCursor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Loads a pre-defined mouse cursor into the SystemMouseCursor. Use the Cursor property to get the handle to the newly loaded cursor.

See Also

ISystemMouseCursor Interface