LEADTOOLS Support
Imaging
Imaging SDK Questions
Programatically select an item in a RasterImageList
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 23, 2009 6:50:43 AM(UTC)
Groups: Registered
Posts: 1
How can I select an item from a RasterImageList programatically instead of the user clicking it? Thanks.
#2
Posted
:
Monday, February 23, 2009 10:21:13 PM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
You can select an item from a RasterImageList programmatically by using the RasterImageListItem.Selected property.
For example, use the following code to select the first item from the RasterImageList:
+-----------+
RasterImageListItem MyItem = _browser.Items[0];
MyItem.Selected = true;
+-----------+
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
Imaging
Imaging SDK Questions
Programatically select an item in a RasterImageList
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.