Helper class for customizing the Find/Replace dialog.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public class FindReplaceSupport
Visual Basic (Declaration)
Public Class FindReplaceSupport

Remarks

Implementing the IFindReplaceDialog interface, you receive an object of the FindReplaceSupport class in the BindData(FindReplaceSupport) 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.XmlEditor.UICustomization..::.FindReplaceSupport

See Also