MaskedTextBoxText Property |
Gets or sets the text of the control including any mask characters.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override string Text { get; set; }
Public Overrides Property Text As String
Get
Set
abstract Text : string with get, set
override Text : string with get, set
Property Value
Type:
StringThe text content of the control.
See Also