GetCheckBoxState メソッド (SapTree)
クラス
SapTree
.
処理
チェック ボックスの状態(チェックされている場合は true、チェックされていない場合は false)を取得します。
構文
C#
checkBoxState
=
tree
.
GetCheckBoxState
(
nodeKey
,
itemName
)
VB
checkBoxState
=
tree
.
GetCheckBoxState
(
nodeKey
,
itemName
)
変数
説明
checkBoxState
Boolean
。
nodeKey
ノードのキー。
String
。
itemName
項目の名前。
String
。