バージョン

ListTool.ListToolItemAccessibleObject コンストラクタ

新しい ListTool.ListToolItemAccessibleObject インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tool As ListTool, _
   ByVal itemIndex As Integer _
)
public ListTool.ListToolItemAccessibleObject( 
   ListTool tool,
   int itemIndex
)

パラメータ

tool
アクセス可能なオブジェクトと関連付けられたリスト ツール。
itemIndex
アクセス可能なオブジェクトに関連付けられたリスト ツール項目のインデックス。
参照