TaskBar REALbasic Plugin

TaskBar.OSXCategoryStyle Property

Use this property to configure how the categories should look like on Mac OS X systems.

OSXCategoryStyle as Integer {Read and Write}

Remarks

Possible values:

Frame (0)
Lets the TaskBar control use a non filled round frame for categories.

FilledFrame (1)
Lets the TaskBar control use a filled round frame for categories.

ShadedFrame (2)
Lets the TaskBar control use a shaded round frame for categories.

See Also

TaskBar Control