ContactSearchResultList Class

Use the ContactSearchResultList control to display the result of a search performed by the ContactSearchInputBox control.

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

Syntax

[TemplatePartAttribute(Name = "PART_TrySkillSearchButton", Type = typeof(ButtonBase))]
[TemplatePartAttribute(Name = "ScrollViewer", Type = typeof(FrameworkElement))]
public class ContactSearchResultList : UCListBox

Remarks

This control provides an result list for a contact search. To initiate a search, this control must be paired with a ContactSearchInputBox.

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.

Alternatively, use the ContactSearch control, which encapsulates both features in a single, self contained control.

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          System.Windows.Controls.ItemsControl
            System.Windows.Controls.Primitives.Selector
              System.Windows.Controls.ListBox
                Microsoft.Lync.Controls.UCListBox
                  Microsoft.Lync.Controls.ContactSearchResultList

See Also

ContactSearchResultList Members

Microsoft.Lync.Controls Namespace