TaskBar REALbasic Plugin

TaskBar.WinBackColorStyle Property

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

WinBackColorStyle 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 WinBackColor property.

See Also

TaskBar Control