IsSelected
ListBox.IsSelected method
表示该项是否被选中。
public bool IsSelected(int itemIndex)
范围 | 类型 | 描述 |
---|---|---|
itemIndex | Int32 | 项目索引。 |
返回值
项目是否被选中。
也可以看看
- class ListBox
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示该项是否被选中。
public bool IsSelected(int itemIndex)
范围 | 类型 | 描述 |
---|---|---|
itemIndex | Int32 | 项目索引。 |
项目是否被选中。