[]
Provides a specialized adapter for a TextBox control that supports a default value.
public sealed class TextBoxAdapterWithDefault : ControlAdapter<string>, IDisposable
| Name | Description |
|---|---|
| TextBoxAdapterWithDefault(TextBox) | Initializes a new instance of the TextBoxAdapterWithDefault class. |
| TextBoxAdapterWithDefault(TextBox, bool) | Initializes a new instance of the TextBoxAdapterWithDefault class. |
| Name | Description |
|---|---|
| Dispose() | Releases all resources used by this adapter, including event subscriptions on the text box. |
| SetValueImpl(string) | Sets the value of the adapted text box control, ignoring updates when the current text already matches the new value. |