GetTabIndex メソッド (JTabbedPane)

クラス

JTabbedPane.

処理

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

構文

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

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