MyPresenceChooser Class
The MyPresenceChooser control displays and changes the user's current presence status selection.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Microsoft.Lync.Controls.UCBase
Microsoft.Lync.Controls.SelfBase
Microsoft.Lync.Controls.MyPresenceChooser
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Class MyPresenceChooser _
Inherits SelfBase
'Usage
Dim instance As MyPresenceChooser
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 Source property. Alternatively, the MyStatusArea provides similar functionality, integrated with other self-presence features such as the users name, photo, and editable personal note.
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.