ContactCard.IsExpanded property

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

See also

Reference

ContactCard class

ContactCard members

Microsoft.Lync.Controls namespace