Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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