HelpText

HelpText class

Represents help text for a form field.

public sealed class HelpText

Constructors

Name Description
HelpText() The default constructor.

Properties

Name Description
Text { get; set; } Gets or sets the text content of the help text.
UseOwn { get; set; } Gets or sets a value indicating whether the form field should use its own help text.

See Also