SelectedTab Property (JTabbedPane)

Class

JTabbedPane.

Action

Gets the currently selected tab.

Syntax

'Declaration
Protected Read Property SelectedTab As ItemIdentifier

Access

Read only.

Examples

Dim selectedTab As String = tabbedPane.SelectedTab
selectedTab = tabbedPane.SelectedTab