An interface for the form that provides the find replace functionality
| C# | Visual Basic | Visual C++ |
public interface IFindReplaceWindow
Public Interface IFindReplaceWindow
public interface class IFindReplaceWindow
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| FindString |
Gets or sets the "find string".
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| ReplaceString |
Gets or sets the "replace string".
| |
| Show(IWin32Window) |
Shows the window.
| |
| TopMost |
Gets or sets a value indicating whether the form is "top most" in the window stack.
| |
| Visible |
Gets or sets a value indicating whether this form is visible.
|