MaskedTextBoxT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.MaskedTextBox`1"]
The MaskedTextBoxT type exposes the following members.
Name | Description | |
---|---|---|
MaskedTextBoxT |
Initializes a new instance of the MaskedTextBoxT class.
| |
MaskedTextBoxT(IMaskedTextProviderT) |
Initializes a new instance of the MaskedTextBoxT class with the specified masked text provider.
|
Name | Description | |
---|---|---|
Provider |
Gets or sets the provider for the text box
| |
Value |
Gets or sets the translated value of the masked text.
| |
ValueBinding |
Gets a binding for the Value property.
|
Name | Description | |
---|---|---|
ValueChanged |
Event to handle when the Value property changes
|