Share via


FormDataObject.labelText Method

Definition

Returns the label text for the control.

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

Returns

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

Applies to