Helper class for customizing the Find/Replace dialog.
Namespace:
C1.Win.XmlEditor.UICustomizationAssembly: 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.