Use the ContactSearchResultListcontrol to display the result of a search performed by the ContactSearchInputBoxcontrol.

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

Syntax

C#
[
TemplatePartAttribute(Name = "ScrollViewer",
Type = 
typeof(
FrameworkElement))]
[
TemplatePartAttribute(Name ="PART_TrySkillSearchButton", Type = 
typeof(
ButtonBase))]
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 ContactSearchInputBoxand ContactSearchResultListcontrols, 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 ContactSearchcontrol, which encapsulates both features in a single, self contained control.

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
               System.Windows.Controls . . :: . . ItemsControl
                 System.Windows.Controls.Primitives . . :: . . Selector
                   System.Windows.Controls . . :: . . ListBox
                     Microsoft.Lync.Controls . . :: . . UCListBox
                       Microsoft.Lync.Controls . . :: . . ContactSearchResultList

See Also