Programming with Reflection
ShowStatusBar property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether to display or hide on the Windows menu a listing of currently open Reflection application windows. For example, the following statement turns off display of the status bar:
Session.ShowStatusBar = False
The default is True.