MindFusion.UI for WebForms Programmer's Guide

TabControlEventArgs.TabPageIndex Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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