Share via


FormBuildManagedHostControl.helpText Method

Definition

Overloads

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.

helpText(String)

public:
 override System::String ^ helpText(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string helpText (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.helpText : string -> string
Public Overrides Function helpText (_value As String) As String

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

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 System::String ^ helpText();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string helpText ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.helpText : unit -> string
Public Overrides Function helpText () As String

Returns

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

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

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

Applies to