Programming with Reflection

image\rwnprg32.gif HelpDisplayMode property

 

Syntax

object.HelpDisplayMode
object.HelpDisplayMode = Value

Data type

Enumeration

 

Description

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

Values

The default is rcStatusBar.

rcStatusBar Messages are displayed on the status bar.

rcTitleBar Messages are displayed on the title bar.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property