WindowSearch Constructor

Constructor class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public WindowSearch(
	List<string> fields = null,
	string selectedField = null,
	Object windowOwner = null,
	SearchMatchType? excludeMatchType = null
)

Parameters

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

See Also