GetItemWidth メソッド (SapTree)
クラス
SapTree
.
処理
現在の項目の幅を返します。
構文
C#
itemWidth
=
tree
.
GetItemWidth
(
nodeKey
,
itemName
)
VB
itemWidth
=
tree
.
GetItemWidth
(
nodeKey
,
itemName
)
変数
説明
itemWidth
Integer
。
nodeKey
ノードのキー。
String
。
itemName
項目の名前。
String
。