Share via


FormField.HelpText Property

Returns or sets the text that's displayed in a message box when the 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 HelpText As String
    Get
    Set
'Usage
Dim instance As FormField
Dim value As String

value = instance.HelpText

instance.HelpText = value
string HelpText { get; set; }

Property Value

Type: System.String

Remarks

If the OwnHelp property is set to True, HelpText specifies the text string value. If OwnHelp is set to False, HelpText specifies the name of an AutoText entry that contains help text for the form field.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace