IHostManagementViewsCreateWindowSearch Method
Get a search window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
IWindowSearch CreateWindowSearch(
List<string> fields = null,
string selectedField = null,
Object windowOwner = null,
SearchMatchType? excludeMatchType = null
)
Function CreateWindowSearch (
Optional fields As List(Of String) = Nothing,
Optional selectedField As String = Nothing,
Optional windowOwner As Object = Nothing,
Optional excludeMatchType As SearchMatchType? = Nothing
) As IWindowSearch
- 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.
IWindowSearchIWindowSearch with the interface of a search window.