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