VariableMaskedTextProviderDisplayText Property |
Gets the display text, including prompt characters.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual string DisplayText { get; }
Public Overridable ReadOnly Property DisplayText As String
Get
abstract DisplayText : string with get
override DisplayText : string with get
Property Value
Type:
StringThe display text.
Implements
IMaskedTextProviderDisplayTextSee Also