WaitCursor
From Pointui
Inherits Control.
Displays an animated cursor on the screen to indicate to the user that something is happening. There can be more than one wait cursor placed on a screen at the same time – they are just like any other control.
A WaitCursor is positioned just like normal controls using SetBounds(), and is displayed or hidden using SetVisible(). It can be a child of the current screen, or any other control on the screen – you may find that if you need it positioned relative to a control then it may be easier to make it a child.
