Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IFindReplaceDialog Interface / BindData Method
The object to set search values to the dialog fields.

In This Topic
    BindData Method (IFindReplaceDialog)
    In This Topic
    Sets values related to the search/replace conditions to the dialog fields.
    Syntax
    'Declaration
     
    Sub BindData( _
       ByVal support As FindReplaceSupport _
    ) 
    void BindData( 
       FindReplaceSupport support
    )

    Parameters

    support
    The object to set search values to the dialog fields.
    See Also