ContactSearchcombines the
functionality of the
ContactSearchInputBoxand
ContactSearchResultListcontrols into a single, self contained
control.
Namespace:
Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)
Syntax
C# |
---|
[ TemplatePartAttribute(Name ="ContactSearchInputBox", Type = typeof( ContactSearchInputBox))] public class ContactSearch : Control |
Remarks
To display search results and search input in separate
locations on a page, use the ContactSearchInputBox and
ContactSearchResultList controls as separate controls. The
ContactSearch control provides an input box for searching for
contacts by name or keyword, and a result list for displaying the
set of contacts which were found.
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 . . :: . . ContactSearch
System.Windows.Threading . . :: . . DispatcherObject
System.Windows . . :: . . DependencyObject
System.Windows.Media . . :: . . Visual
System.Windows . . :: . . UIElement
System.Windows . . :: . . FrameworkElement
System.Windows.Controls . . :: . . Control
Microsoft.Lync.Controls . . :: . . ContactSearch