Interface IReplaceDialogForm
Provides the functionality for Replace dialog form.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IReplaceDialogForm : IFindDialogForm
Properties
ReplaceHistory
Gets the replace history.
Declaration
ArrayList ReplaceHistory { get; }
Property Value
Type |
---|
System.Collections.ArrayList |