FormField.OwnHelp Property
Specifies the source of the text that's displayed in a message box when a form field has the focus and the user presses F1.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OwnHelp As Boolean
Get
Set
'Usage
Dim instance As FormField
Dim value As Boolean
value = instance.OwnHelp
instance.OwnHelp = value
bool OwnHelp { get; set; }
Property Value
Type: System.Boolean
Remarks
If True, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.