[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.Views.TextBoxAdapterWithDefault

TextBoxAdapterWithDefault Class

Provides a specialized adapter for a TextBox control that supports a default value.

Inheritance
ControlAdapter<string>
TextBoxAdapterWithDefault
Implements
Namespace: GrapeCity.ActiveReports.Design.DataBindingWizard.Views
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public sealed class TextBoxAdapterWithDefault : ControlAdapter<string>, IDisposable

Constructors

Name Description
TextBoxAdapterWithDefault(TextBox)

Initializes a new instance of the TextBoxAdapterWithDefault class.

TextBoxAdapterWithDefault(TextBox, bool)

Initializes a new instance of the TextBoxAdapterWithDefault class.

Methods

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.