[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.Views.TextBoxAdapterWithDefault.-ctor

TextBoxAdapterWithDefault Constructor

TextBoxAdapterWithDefault(TextBox)

Initializes a new instance of the TextBoxAdapterWithDefault class.

Declaration
public TextBoxAdapterWithDefault(TextBox textBox)
Parameters
Type Name Description
TextBox textBox

The text box to adapt.

TextBoxAdapterWithDefault(TextBox, bool)

Initializes a new instance of the TextBoxAdapterWithDefault class.

Declaration
public TextBoxAdapterWithDefault(TextBox textBox, bool subscribeToTextChange)
Parameters
Type Name Description
TextBox textBox

The text box to adapt.

bool subscribeToTextChange

If true, the adapter will also respond to TextChanged events in addition to the Leave event.