Click or drag to resize

TextControlText Property

Gets or sets the text of the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual string Text { get; set; }

Property Value

Type: String
The text content.
Remarks
Usually, the caret and selection will be set to the end of the string after its set.
See Also