WPHelp Property

Applies To

Options object.

Description

True if pressing Word key combinations that produce actions in WordPerfect displays dialog boxes that describe how to perform the equivalent actions in Word. Read/write Boolean.

See Also

BlueScreen property, SetWPHelpOptions method, WPDocNavKeys property.

Example

This example toggles WordPerfect help.

Options.WPHelp = Not Options.WPHelp
This example displays the status of the Help for WordPerfect users option on the General tab in the Options dialog box.

Msgbox Options.WPHelp