IHostManagementViewsCreateWindowSearch Method

Get a search window.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
IWindowSearch CreateWindowSearch(
	List<string> fields = null,
	string selectedField = null,
	Object windowOwner = null,
	SearchMatchType? excludeMatchType = null
)

Parameters

fields  ListString  (Optional)
List<string> with the search fields.
selectedField  String  (Optional)
Selected search field.
windowOwner  Object  (Optional)
Indicates the owner window, allowing the window to be closed when the owner is closed.
excludeMatchType  NullableSearchMatchType  (Optional)
Indicates match types to exclude from the match selection list.

Return Value

IWindowSearch
IWindowSearch with the interface of a search window.

See Also