WPDocNavKeys Property

Applies To

Options object.

Description

True if navigation keys for WordPerfect users are enabled. Read/write Boolean.

See Also

BlueScreen property, FullScreen property, SetWPHelpOptions method, WPHelp property.

Example

This example sets Word to use WordPerfect navigation keys.

Options.WPDocNavKeys = True
This example returns the status of the Navigation keys for WordPerfect users option on the General tab in the Options dialog box.

temp = Options.WPDocNavKeys