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

Syntax

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

See Also