property Schedule.SelectEventTextColor as Color
Indicates the color to show the text for selected events.

TypeDescription
Color A Color expression that specifies the selected event's foreground color.
The SelectEventTextColor property indicates the color to show the text/label/captions for the selected events. The SelectEventTextColor property has effect only, if the SelectEventStyle property is exNoLines ( by default ). SelectEventTextColor property has NO effect, if the the SelectEventStyle property is different than exNoLines value. The ShowSelectEvent property prevents showing the selected events in a different way (using a frame around, by changing the body's background/foreground colors).

You can use the AllowSelectEvent property to change the key to allow the user select new events or you can prevent selecting any event using exDisallow value.