TaskBar REALbasic Plugin

TaskBar.OS9BackColorStyle Property

Use this property to configure how the background of the TaskBar is painted on MacOS 9 systems.

OS9BackColorStyle as Integer {Read and Write}

Remarks

Possible values:

Default (0)
Lets the TaskBar control decide the color.

Custom (1)
Lets the TaskBar use the color that is defined in the OS9BackColor property.

See Also

TaskBar Control