GetTabTitle Method (JTabbedPane)

Class

JTabbedPane class

Action

Returns the tab title.

Syntax

sTabTitle = tabbedPane.GetTabTitle(index)
Variable Description
sTabTitle The title of the tab. STRING.
index The index of the tab. The value is one-based. INTEGER.

Examples

STRING sTabTitle = TabbedPane.GetTabTitle(1)