CADability dotNET
Returns the text for the tooltip to display when the mouse cursor rests on the label.

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

Syntax

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

See Also