Enumerates the current state of the search operation.

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

Syntax

C#
public 
enum 
SearchState

Members

Member name Value Description
Cleared 0
Cleared
Searching 1
Searching
Finished 2
Finished
Error 3
Error

Remarks

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

See Also