HelpText

Gets or sets the help text associated with the form field, 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 HelpText HelpText { get; set; }

Remarks

If set to false, the help text will not be applied.

See Also