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 an enumerated value which indicates whether or not the call button on this contact item's template is visible. This property is updated based on [MouseEnter] and [MouseLeave] events.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property CallButtonVisibility As Visibility
Get
Set
'Usage
Dim instance As ContactItemContentPresenter
Dim value As Visibility
value = instance.CallButtonVisibility
instance.CallButtonVisibility = value
public Visibility CallButtonVisibility { get; set; }
Property Value
Type: System.Windows.Visibility
See Also
Reference
ContactItemContentPresenter Class