Share via


FormDateTimeControl.helpText Method

Definition

Overloads

helpText()

Gets or sets the help text to display at the bottom of the screen when a field or control is pointed to.

helpText(String)

helpText()

Gets or sets the help text to display at the bottom of the screen when a field or control is pointed to.

public override string helpText();

Returns

The string to be displayed at the bottom of the screen.

Remarks

Set the HelpText property for an object by using the property sheet. The help text must not exceed 250 characters.

Applies to

helpText(String)

public override string helpText(string _value);

Parameters

_value
String

The value that is assigned as the help text for the control.

Returns

Applies to