GetTabIndex メソッド (JTabbedPane)

クラス

JTabbedPane.

処理

タブ インデックスを返します。

構文

C#
tabIndex = tabbedPane.GetTabIndex(title)
VB
tabIndex = tabbedPane.GetTabIndex(title)
変数 説明
tabIndex タブ インデックス。 The value is zero-based.。 Integer
title タブのタイトル。 String

VB

Dim tabIndex As Integer = tabbedPane.GetTabIndex("Alignment")