Table of Contents

Property Text

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Text

Gets or sets the text contents of the control.

public override string Text { get; set; }

Property Value

string

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

Remarks

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