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