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.
Get or sets whether the details section of the contact card is collapsed or expanded.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property IsExpanded As Boolean
Get
Set
'Usage
Dim instance As ContactCard
Dim value As Boolean
value = instance.IsExpanded
instance.IsExpanded = value
public bool IsExpanded { get; set; }
Property Value
Type: System.Boolean