PresenceIndicator Class
The PresenceIndicator control displays one of several icons that indicate the presence of a given user.
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.AvailabilityIcon
Microsoft.Lync.Controls.PresenceIndicator
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Class PresenceIndicator _
Inherits AvailabilityIcon
'Usage
Dim instance As PresenceIndicator
public class PresenceIndicator : AvailabilityIcon
Remarks
The PresenceIndicator control is a stand-alone control representing a single contact, and enables access to the quick connect menu and the contact card for the user. The control also can display a photo for the given user.
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.