SetCheckBoxState メソッド (SapTree)
クラス
SapTree
.
処理
指定したノードのチェック ボックスの状態を変更します。
構文
C#
tree
.
SetCheckBoxState
(
nodeKey
,
itemName
,
check
)
VB
tree
.
SetCheckBoxState
(
nodeKey
,
itemName
,
check
)
変数
説明
nodeKey
ノードのキー。
String
。
itemName
項目の名前。
String
。
check
新しいチェック ボックスの状態。
Boolean
。