The PresenceIndicator control displays one of several icons that indicate the presence of a given user.

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

Syntax

C#
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.

Inheritance Hierarchy

System . . :: . . Object
   System.Windows.Threading . . :: . . DispatcherObject
     System.Windows . . :: . . DependencyObject
       System.Windows.Media . . :: . . Visual
         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

See Also