Table of Contents

Method BeginBusyCursor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginBusyCursor()

Changes the cursor to the given cursor for all windows in the application.

public static void BeginBusyCursor()

Remarks

Use IsBusyCursor to get current busy cursor state. Use EndBusyCursor() to revert the cursor back to its previous state. These two calls can be nested, and a counter ensures that only the outer calls take effect.