[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.Views.TextBoxAdapterWithDefault.SetValueImpl

SetValueImpl Method

SetValueImpl(string)

Sets the value of the adapted text box control, ignoring updates when the current text already matches the new value.

Declaration
protected override void SetValueImpl(string value)
Parameters
Type Name Description
string value

The string value to assign to the text box.

Overrides