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.