Share via


FormDataObject.helpField Method

Definition

Returns the Help text for the control.

public:
 override System::String ^ helpField();
public override string helpField ();
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.

Remarks

The following example shows how to use the helpField method.

str strHelp; 
strHelp = this.helpField();

Applies to