[]
        
(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)
TextBoxAdapterWithDefault(TextBox, bool)

Methods

Name Description
Dispose()

Child classes should use this method to unsubscribe from events and perform cleanup.

SetValueImpl(string)