property Schedule.StatusEventSize as Long
Indicates the size of the event's status.

TypeDescription
Long A Long expression that defines the width of the status part of the event.
By default, the StatusEventSize property is 4 pixels wide. The StatusEventSize property specify the size in pixels of the event's status. 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.

You can: