CuteEditor for .NET 6.0 Class Library

Editor.Text Property

This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted.

[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}

See Also

Editor Class | CuteEditor Namespace