ContactListGroupItem class

Reserved for internal use. This control is used to display the group nodes in a ContactList control.

Inheritance hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          System.Windows.Controls.ItemsControl
            System.Windows.Controls.HeaderedItemsControl
              System.Windows.Controls.TreeViewItem
                Microsoft.Lync.Controls.UCTreeViewItem
                  Microsoft.Lync.Controls.ContactListGroupItem

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

Syntax

'Declaration
<TemplatePartAttribute(Name := "PART_GroupRenameTextbox", Type := GetType(TextBox))> _
Public Class ContactListGroupItem _
    Inherits UCTreeViewItem
'Usage
Dim instance As ContactListGroupItem
[TemplatePartAttribute(Name = "PART_GroupRenameTextbox", Type = typeof(TextBox))]
public class ContactListGroupItem : UCTreeViewItem

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

ContactListGroupItem members

Microsoft.Lync.Controls namespace