Partilhar via


TabViewExternalTornOutTabsDroppedEventArgs.DropIndex Property

Definition

Gets the index at which the dropped tabs should be inserted into the TabView.

public:
 property int DropIndex { int get(); };
int DropIndex();
public int DropIndex { get; }
var int32 = tabViewExternalTornOutTabsDroppedEventArgs.dropIndex;
Public ReadOnly Property DropIndex As Integer

Property Value

Int32

int

The index at which the dropped tabs should be inserted into the TabView.

Applies to