ContactSearchInputBox Class
Use the ContactSearchInputBox control to enable users to search their organization for people based on name, phone number, or skill.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Microsoft.Lync.Controls.UCBase
Microsoft.Lync.Controls.ContactSearchInputBox
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
<TemplateVisualStateAttribute(Name := "SearchInUse", GroupName := "SearchInUseStates")> _
<TemplatePartAttribute(Name := "PART_ClearButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "PART_SearchHint", Type := GetType(ContentControl))> _
<TemplateVisualStateAttribute(Name := "SearchNotInUse", GroupName := "SearchInUseStates")> _
<TemplatePartAttribute(Name := "PART_TextSearch", Type := GetType(TextBox))> _
Public Class ContactSearchInputBox _
Inherits UCBase
'Usage
Dim instance As ContactSearchInputBox
[TemplateVisualStateAttribute(Name = "SearchInUse", GroupName = "SearchInUseStates")]
[TemplatePartAttribute(Name = "PART_ClearButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "PART_SearchHint", Type = typeof(ContentControl))]
[TemplateVisualStateAttribute(Name = "SearchNotInUse", GroupName = "SearchInUseStates")]
[TemplatePartAttribute(Name = "PART_TextSearch", Type = typeof(TextBox))]
public class ContactSearchInputBox : UCBase
Remarks
The ContactSearchInputBox control displays a text box where users enter a search string. The search is executed automatically, one second after the search text is changed, or explicitly when the user presses Enter in the ContactSearchInputBox. Once a search is complete, the results appear in a ContactSearchResultList control. The ContactSearchResultList control provides an input box for searching for contacts by name or keyword. The ContactSearchInputBox and ContactSearchResultList controls, while related, are designed as separate controls to allow the developer to display search results and search input in separate locations on a page. Use the ContactSearch control in Lync Control applications to display the ContactSearchInputBox and ContactSearchResultList controls together in the same location on a page.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.