Options.WPHelp Property
True if pressing Microsoft Word key combinations that produce actions in WordPerfect displays dialog boxes that describe how to perform the equivalent actions in Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property WPHelp As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.WPHelp
instance.WPHelp = value
bool WPHelp { get; set; }
Property Value
Type: System.Boolean