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


ISystemMouseCursor.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IS > ISystemMouseCursor Interface > ISystemMouseCursor.Load Method
ArcGIS Developer Help

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