Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
C1TabControl
.
.
::
.
.
SelectedIndex Property
C1TabControl Class
See Also
Gets or sets the index of the selected tab.
Namespace:
C1.Web.UI.Controls.C1TabControl
Assembly:
C1.Web.UI.Controls.2
(in C1.Web.UI.Controls.2.dll)
Syntax
C#
public
int
SelectedIndex
{
get
;
set
; }
Visual Basic (Declaration)
Public
Property
SelectedIndex
As
Integer
Get
Set
Remarks
The default value for this property is
0
.
See Also
C1TabControl Class
C1.Web.UI.Controls.C1TabControl Namespace