 |
Property
|
Description
|
 |
BackColor
|
Gets/sets the colour drawn in the background of the control.
|
FileName
|
Gets/sets the name of an animated cursor file to be used to load the cursor from
if the ResourceID property is set to -1.
|
hWnd
|
Gets/sets the hWnd of the PictureBox the component will draw to.
|
Interval
|
Gets/sets the time between frames of the animated cursor (in ms).
|
ResourceID
|
Gets/sets the identifier of a animated cursor resource within the module with
handle hInstance. Set to -1 to use the FileName property instead. Ensure
you set the ResourcehInstance property before
|
ResourcehInstance
|
Sets the module handle in which to look for the resource specified in ResourceID.
Use App.hInstance if the resource is in the executable which owns the object.
If the resource is in an external DLL you must use the API call LoadLibrary to get a hInstance handle,
and this must be freed when you close the executable with FreeLibrary.
Note that local resources cannot be read when running in the VB IDE.
|
Running
|
Gets/sets whether the animation is running or not.
|
 |