バージョン

SetItemState メソッド (WinListViewRecordReplayServer)

指定した ListView 項目のチェック ボックスの状態を設定します。
シンタックス
'宣言
 
Public Sub SetItemState( _
   ByVal item As System.Object, _
   ByVal Checkstate As System.String _
) 
public void SetItemState( 
   System.object item,
   System.string Checkstate
)

パラメータ

item
設定するチェック ボックスの項目。項目の値 (引用符で囲む) または数値インデックス (引用符で囲まない) で項目を示すことができます。リストの最初の項目の番号は 0 になります。
Checkstate
チェック ボックスの状態を表す文字列。このパラメーターの値は以下のいずれかになります。Checked、Unchecked、Indeterminate。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照