This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IS > ISystemMouseCursor Interface > ISystemMouseCursor.Load Method (ArcObjects .NET 10.4 SDK) |
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
Loads a pre-defined mouse cursor into the SystemMouseCursor. Use the Cursor property to get the handle to the newly loaded cursor.