CADability dotNET
Returns the label text, which is usually displayed on the left side of the control.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
string LabelText { get; }
Visual Basic
ReadOnly Property LabelText As String
	Get
Visual C++
property String^ LabelText {
	String^ get ();
}

See Also