(Formerly known as SetMouseCursor, which is now obsolete)
Mouse.UseModeGraphic(CursorMode)
Changes the appearance of the mouse cursor to use the specified cursor. Unlike
the Mouse.Mode property, this does not change the mode used if the user
clicks on a hotspot. This is useful for displaying a "wait" cursor temporarily.
Example:
mouse.UseModeGraphic(eModeWait);
will change the mouse cursor to the cursor 'Wait' specified in the Cursors tab.
See Also: Mouse.ChangeModeGraphic,
Mouse.Mode, Mouse.UseDefaultGraphic
|