Property Text | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Text

Sets or gets the text in the TextView.

public override string Text { get; set; }

Property Value

string

Remarks

The TextChanged event is fired whenever this property is set. Note, however, that Text is not set by TextView as the user types.

Edit this page