SelectedTabIndex Property (JTabbedPane)

Class

JTabbedPane.

Action

Gets the index of the currently selected tab or -1 (4Test: 0) if no tab is selected. The value is zero-based.

Syntax

C#
protected Integer SelectedTabIndex { get; }
VB
'Declaration
Protected Read Property SelectedTabIndex As Integer

Access

Read only.