Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / FindReplaceSupport Class
Members

In This Topic
    FindReplaceSupport Class
    In This Topic
    Helper class for customizing the Find/Replace dialog.
    Object Model
    FindReplaceSupport Class
    Syntax
    'Declaration
     
    Public Class FindReplaceSupport 
    public class FindReplaceSupport 
    Remarks
    Implementing the IFindReplaceDialog interface, you receive an object of the FindReplaceSupport class in the IFindReplaceDialog.BindData method. Using properties and methods of this object you cam get data for and support UI in your dialog.
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Editor.UICustomization.FindReplaceSupport

    See Also