UCListBoxItem class

Reserved for internal use.

Inheritance hierarchy

System.Object
  System.Windows.DependencyObject
    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
<TemplatePartAttribute(Name := "PART_ContactItem", Type := GetType(ContactItem))> _
Public MustInherit Class UCListBoxItem _
    Inherits ListBoxItem
'Usage
Dim instance As UCListBoxItem
[TemplatePartAttribute(Name = "PART_ContactItem", Type = typeof(ContactItem))]
public abstract class UCListBoxItem : ListBoxItem

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

UCListBoxItem members

Microsoft.Lync.Controls namespace