[]
Provides a specialized adapter for a TextBox control that supports a default value.
public sealed class TextBoxAdapterWithDefault : ControlAdapter<string>, IDisposable
Name | Description |
---|---|
TextBoxAdapterWithDefault(TextBox) | |
TextBoxAdapterWithDefault(TextBox, bool) |
Name | Description |
---|---|
Dispose() | Child classes should use this method to unsubscribe from events and perform cleanup. |
SetValueImpl(string) |