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.