Specifies whether the current event shows or hides its status.
Type
Description
Boolean
A Boolean expression that specifies whether the event shows its status part.
By default, the ShowStatus property is True. The ShowStatus
property can be used to show or hide the status part of a specified event. The
ClearShowStatus method clears the ShowStatus flag, if previously
the ShowStatus property has been set. By
default, 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.
You can:
show the status part for all events (ShowStatusEvent
on True), and use the ShowStatus ( ShowStatus on False ) property to hide
the status part for specified events only.
hide the status part for all events (ShowStatusEvent
on False), and use the ShowStatus ( ShowStatus on True ) property to show
the status part for specified events only.