FormField.OwnHelp 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.
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.
public:
property bool OwnHelp { bool get(); void set(bool value); };
public bool OwnHelp { get; set; }
member this.OwnHelp : bool with get, set
Public Property OwnHelp As Boolean
Property Value
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.