Gets whether a text box contains paragraphs.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.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 ();
}

Return Value

See Also