ItemsView.IsSelected(Int32) 方法

定义

检索一个值,该值指示是否选择了指定索引处的项。

public:
 virtual bool IsSelected(int itemIndex) = IsSelected;
bool IsSelected(int const& itemIndex);
public bool IsSelected(int itemIndex);
function isSelected(itemIndex)
Public Function IsSelected (itemIndex As Integer) As Boolean

参数

itemIndex
Int32

int

要检查以供选择的项的索引。

返回

Boolean

bool

true 如果选择了指定索引处的项,则为 ;否则为 false

适用于