property Schedule.ShowStatusEvent as Boolean
Gets or sets a value that specifies whether the event's status is visible or hidden.

TypeDescription
Boolean A Boolean expression that specifies whether the status part of the event is shown or hidden. 
By default, the ShowStatusEvent property is True, which means that the control shows the status part of the event. The ShowStatusEvent property shows or hides the status part for all events. The ShowStatus property shows or hides the status part of giving event. Use the ClearShowStatus method to allow the ShowStatusEvent property to display the event's status, rather than ShowStatus property. The StatusEventColor property indicates the color to show the status part of the events. The StatusEventSize property specify the size in pixels of the event's status.

You can: