Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TabViewExternalTornOutTabsDroppedEventArgs.DropIndex Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?