IndexToItemID 方 法

IndexToItemID 方 法 - 图1返回一个指定项的 ID 号

语 法

[ nItemID = ] Contro l.IndexToItemID (nInde x)

参 数 描 述

nItemID

IndexToItemID 方 法 - 图2指 定 唯 一 标 识 号

nIndex

IndexToItemID 方 法 - 图3IndexToItemID 方 法 - 图4指 定 编 号 该 编 号 代 表 在 控 件 中 显 示 对 象 的 位 置

说 明

IndexToItemID 方 法 - 图5每一个添加到组合框或列表框中的项都有两个标识号

  • IndexToItemID 方 法 - 图6IndexToItemID 方 法 - 图7nItemID

    唯 一 的 标 识 编 号

  • IndexToItemID 方 法 - 图8IndexToItemID 方 法 - 图9IndexToItemID 方 法 - 图10nIndex

    一 个 整 数 对 应 于 控 件 中 显 示 项 的 排 列 位 置 列 表 中 的 第 一 个 项 对

IndexToItemID 方 法 - 图11应 于 nIndex = 1

IndexToItemID 方 法 - 图12IndexToItemID 方 法 - 图13IndexToItemID 方 法 - 图14IndexToItemID 方 法 - 图15IndexToItemID 方 法 - 图16在对象刚添加到控件中时 这两个编号是相同的 但随着对象的排序 删除和添加它们就不一定再相等了

IndexToItemID 方 法 - 图17如果知道控件中一个特定项的 nIndex 号时 可使用 IndexToItemID 方法返回它的

IndexToItemID 方 法 - 图18nItemID

应 用 于

IndexToItemID 方 法 - 图19组合框 列表框

请 参 阅

AddItem 方 法 , AddListItem 方 法 , ItemIDToIndex 方 法