property Schedule.StatusEventColor as Color
Indicates the default visual appearance for the event's status.

TypeDescription
Color A Color expression that specifies the visual appearance of the status part of the events. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
By default, the StatusEventColor property is 0. The StatusEventColor property indicates the color to show the status part of the events. By default, the StatusEventColor property specifies the color to show the status part of the event. The StatusColor property indicates the color to show the status part of a specified event. The StatusEventSize property specify the size in pixels of the event's status.

You can: