TXStatusBar.Enabled Property

Returns or sets a value that determines whether a status bar can respond to user-generated events.

Syntax

   TXStatusBar.Enabled [= boolean]
Setting Description
True (Default) Allows a status bar to respond to events.
False Prevents a status bar from responding to events.

Data Types

Boolean.

See Also