PresenceIndicator.SingleClickAction Property
Gets or sets the action the PresenceIndicator control should take when a user single-clicks on it.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property SingleClickAction As PresenceClickActions
Get
Set
'Usage
Dim instance As PresenceIndicator
Dim value As PresenceClickActions
value = instance.SingleClickAction
instance.SingleClickAction = value
public PresenceClickActions SingleClickAction { get; set; }
Property Value
Type: Microsoft.Lync.Controls.PresenceClickActions