ContactCard.SelectedTabIndex property

Gets or sets the index of the tab item to display when the contact card is expanded.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property SelectedTabIndex As Integer
    Get
    Set
'Usage
Dim instance As ContactCard
Dim value As Integer

value = instance.SelectedTabIndex

instance.SelectedTabIndex = value
public int SelectedTabIndex { get; set; }

Property value

Type: System.Int32

See also

Reference

ContactCard class

ContactCard members

Microsoft.Lync.Controls namespace