Set new focused item in a List Box

℡╲_俬逩灬. 提交于 2019-12-13 04:24:16

问题


I have a question. Is it true that in Access 2010 we can read which item in a list box has Focus. By focus I mean that little rectangle that is around current item. This is not a selected item. Selected item is highlighted. By clicking on List Box we set focus on an item and also select it. When selection is changed the focus stays there.

The property that indicates the index of that item is I believe .ListIndex. I would like to programmatically change it but unfortunately .ListIndex is read-only in Access 2010. Is there any other way I can do it?

Thanks

来源:https://stackoverflow.com/questions/24631742/set-new-focused-item-in-a-list-box

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!