Share via


ContactCard Class

The ContactCard control shows basic or detailed contact and organization information for contacts.

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

Syntax

[TemplatePartAttribute(Name = "PART_DetailsContainer", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "PART_NoteContainer", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "PART_ExpandDetailsToggleButton", Type = typeof(ToggleButton))]
public class ContactCard : ContactBase

Remarks

This control displays a contact card for a person or distribution group, specified by the property. The card can optionally be expanded, to reveal a set of tabs which show detailed information about the contact. This control displays presence and availability of colleagues, and gives users the ability to start instant message sessions, voice calls, file transfers, application sharing sessions, or conference calls.

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.UIElement
      System.Windows.FrameworkElement
        System.Windows.Controls.Control
          Microsoft.Lync.Controls.UCBase
            Microsoft.Lync.Controls.ContactBase
              Microsoft.Lync.Controls.ContactCard

See Also

ContactCard Members

Microsoft.Lync.Controls Namespace