FormField.HelpText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the text that's displayed in a message box when the form field has the focus and the user presses F1.
public:
property System::String ^ HelpText { System::String ^ get(); void set(System::String ^ value); };
public string HelpText { get; set; }
member this.HelpText : string with get, set
Public Property HelpText As String
Property Value
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.