ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Views Namespace / TextBoxAdapterWithDefault Class / TextBoxAdapterWithDefault Constructor / TextBoxAdapterWithDefault Constructor(TextBox,Boolean)

In This Topic
    TextBoxAdapterWithDefault Constructor(TextBox,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textBox As TextBox, _
       ByVal subscribeToTextChange As Boolean _
    )
    public TextBoxAdapterWithDefault( 
       TextBox textBox,
       bool subscribeToTextChange
    )

    Parameters

    textBox
    subscribeToTextChange
    See Also