WindowSearch Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public WindowSearch(
List<string> fields = null,
string selectedField = null,
Object windowOwner = null,
SearchMatchType? excludeMatchType = null
)
Public Sub New (
Optional fields As List(Of String) = Nothing,
Optional selectedField As String = Nothing,
Optional windowOwner As Object = Nothing,
Optional excludeMatchType As SearchMatchType? = Nothing
)
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.