Share via


SearchState enumeration

Enumerates the current state of the search operation.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Enumeration SearchState
'Usage
Dim instance As SearchState
public enum SearchState

Members

Member name Description
Cleared Cleared
Searching Searching
Finished Finished
Error Error

Remarks

The search control reports its current state using these enumerated values. See ContactSearch, ContactSearchResultList, and ContactSearchInputBox

See also

Reference

Microsoft.Lync.Controls namespace