ASP.NET Pack Programmer's Guide
TabControlEventArgs.TabPageIndex Property
See Also
 





Gets the zero-based index of the TabPage in the TabControl.Tabs collection.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int TabPageIndex { get; set; }

Visual Basic  Copy Code

Public Property TabPageIndex As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure specifying the index of the TabPage within the parent TabCollection.

 See Also

TabControlEventArgs Members
TabControlEventArgs Class
MindFusion.UI.WebForms Namespace