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.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        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
<TemplatePartAttribute(Name := "PART_SearchHint", Type := GetType(ContentControl))> _
<TemplatePartAttribute(Name := "PART_ClearButton", Type := GetType(Button))> _
<TemplateVisualStateAttribute(Name := "SearchNotInUse", GroupName := "SearchInUseStates")> _
<TemplateVisualStateAttribute(Name := "SearchInUse", GroupName := "SearchInUseStates")> _
<TemplatePartAttribute(Name := "PART_TextSearch", Type := GetType(TextBox))> _
Public Class ContactSearchInputBox _
    Inherits UCBase
'Usage
Dim instance As ContactSearchInputBox
[TemplatePartAttribute(Name = "PART_SearchHint", Type = typeof(ContentControl))]
[TemplatePartAttribute(Name = "PART_ClearButton", Type = typeof(Button))]
[TemplateVisualStateAttribute(Name = "SearchNotInUse", GroupName = "SearchInUseStates")]
[TemplateVisualStateAttribute(Name = "SearchInUse", 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.

See also

Reference

ContactSearchInputBox members

Microsoft.Lync.Controls namespace