Mini SQL Query Extensibility Documentation
IFindReplaceWindow Interface
NamespacesMiniSqlQuery.CoreIFindReplaceWindow
An interface for the form that provides the find replace functionality
Declaration Syntax
C#Visual BasicVisual C++
public interface IFindReplaceWindow
Public Interface IFindReplaceWindow
public interface class IFindReplaceWindow
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)