Table of Contents

Property Text

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Text

Gets or sets the text contents of the text box.

public override string Text { get; set; }

Property Value

string

A string containing the text contents of the text box. The default is an empty string ("").

Remarks

Getting this property returns a string copy of the contents of the text box. Setting this property replaces the contents of the text box with the specified string.