Programming with Reflection
HelpDisplayMode property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether brief help messages (identifying the currently selected menu, menu command, or button) are displayed on the status bar (below the terminal window) or on the title bar (above the terminal window). For example, the following statement sets Reflection to display help message in the title bar:
Session.HelpDisplayMode = rcTitleBar
The default is rcStatusBar.
rcStatusBar Messages are displayed on the status bar.
rcTitleBar Messages are displayed on the title bar.