问题
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