The MyPresenceChooser control displays and changes the user's current presence status selection.

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

Syntax

C#
public 
class 
MyPresenceChooser : 
SelfBase

Remarks

Use the MyPresenceChooser control in Microsoft Lync Control applications to display and change the user's current presence status selection. Clicking the control displays a list of presence status options, for example "Be Right Back". The user can change their presence status by selecting one of these options. The MyPresenceChooser control includes the ability to show and select custom presence states. This control can only be applied to the currently signed-in user and therefore does not have a Sourceproperty. Alternatively, the MyStatusAreaprovides similar functionality, integrated with other self-presence features such as the users name, photo, and editable personal note.

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 . . :: . . SelfBase
                   Microsoft.Lync.Controls . . :: . . MyPresenceChooser

See Also