Property HasText
HasText
Determines whether the editor contains any text.
public bool HasText { get; }
Property Value
- bool
true
if the editor has at least one line of text; otherwise,false
.
Determines whether the editor contains any text.
public bool HasText { get; }
true
if the editor has at least one line of text; otherwise, false
.