TaskBar REALbasic Plugin

TaskBar.OSXBackColorStyle Property

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

OSXBackColorStyle 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 OSXBackColor property.

None (2)
Lets the TaskBar not paint any background. Note: A REALbasic bug will make the control not clip in this mode, so if it is possible that you will have texts that go out of bounds then don't use this mode.

See Also

TaskBar Control