FormField.OwnHelp Property

Definition

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.

Applies to