FormObject.labelText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the label text for the control.
public:
virtual System::String ^ labelText();
public virtual string labelText ();
abstract member labelText : unit -> string
override this.labelText : unit -> string
Public Overridable Function labelText () As String
Returns
The label text for the control; an empty string if there is no label text for the control.