IWindowSearch Interface

Window search interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IWindowSearch : IDisposable
Implements
IDisposable

Properties

DefaultMatchType Indicates the default match type.
IsCaseSensitive Indicates whether the search is case-sensitive.
IsDisposed Gets a value indicating that the window has been deleted.
SelectedField Indicates the selected search field.
ShowCaseSensitive Gets or sets a value indicating whether the Case-Sensitive check box is displayed.
ShowSearchPrevious Gets or sets a value indicating whether the Search previous button is displayed.

Methods

AddFields Adds the indicated field names to the search field list.
Close Method to close the window and release resources.
Show Method to show the search window.

Events

Closed Occurs when the window is closed.
Search Event that occurs to perform the search.

See Also