Share via


FormAnimateControl.helpField Method

Definition

Retrieves the Help text for the control.

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

Returns

The Help text for the control; an empty string if there is no Help text for the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The helpField method cannot be used to set the value of the Help text.

Applies to