CheckedListBox.GetItemChecked(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指示指定项是否选中的值。
public:
bool GetItemChecked(int index);
public bool GetItemChecked (int index);
member this.GetItemChecked : int -> bool
Public Function GetItemChecked (index As Integer) As Boolean
参数
- index
- Int32
项的索引。
返回
如果选中该项,则为 true
;否则为 false
。
例外
注解
GetItemChecked
true
如果 的值为 CheckStateChecked
或 Indeterminate
,则返回项。 若要确定项所处于的特定状态,请使用 GetItemCheckState 方法。