Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool HasText { get; }
Visual Basic
Public ReadOnly Property HasText As Boolean
	Get
Visual C++
public:
property bool HasText {
	bool get ();
}

See Also