CustomContactListItem class

Use the CustomContactListItem control with the CustomContactsList control to show basic or detailed contact and organization information for contacts.

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.ContentControl
                System.Windows.Controls.ListBoxItem
                  Microsoft.Lync.Controls.UCListBoxItem
                    Microsoft.Lync.Controls.CustomContactListItem

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

Syntax

'Declaration
Public Class CustomContactListItem _
    Inherits UCListBoxItem
'Usage
Dim instance As CustomContactListItem
public class CustomContactListItem : UCListBoxItem

Remarks

CustomContactListItem is a child control, created for use with the CustomContactsList control. CustomContactListItem supports a Source property, similar to that used by other Microsoft Lync SDK objects which operate on a single contact. CustomContactListItem also supports a ContentPropertyAttribute attribute which permits the Source property to be specified in XAML as a child element.

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

CustomContactListItem members

Microsoft.Lync.Controls namespace