Share via


FormGroupControl.helpText Method

Definition

Overloads

helpText()

Gets or sets the Help text that is displayed at the bottom of the screen when a field or control is pointed to.

helpText(String)

helpText()

Gets or sets the Help text that is displayed at the bottom of the screen when a field or control is pointed to.

public:
 override System::String ^ helpText();
public override string helpText ();
override this.helpText : unit -> string
Public Overrides Function helpText () As String

Returns

The string that should 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 System::String ^ helpText(System::String ^ _value);
public override string helpText (string _value);
override this.helpText : string -> string
Public Overrides Function helpText (_value As String) As String

Parameters

_value
String

A String data type value that contains the Help text.

Returns

Applies to