GetTabIndex メソッド (OracleFormsTabBar)
クラス
OracleFormsTabBar
.
処理
タブ インデックスを返します。
構文
C#
tabIndex
=
oracleFormsTabBar
.
GetTabIndex
(
title
)
VB
tabIndex
=
oracleFormsTabBar
.
GetTabIndex
(
title
)
変数
説明
tabIndex
タブ インデックス。 The value is zero-based.。
Integer
。
title
タブのタイトル。
String
。