This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, September 26, 2010 9:45:54 PM(UTC)
Groups: Registered
Posts: 2
Hello,
I am using lead tools V. 17.
I need to display some information in following condition :-
- Can we display some use full information while mouse is hover on thumbnail image ?.
- How to use tool tip on thumbnail image ?
Please verify this issue as soon as possible.
Thanks & Regards,
Ravindra
#2
Posted
:
Monday, September 27, 2010 2:27:53 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Ravindra,
If you mean that you want to display information about RasterImageListItem in a ToolTip, you can do this by using the System.Windows.Forms.ToolTip class.
You need to handle the RasterImageList.MouseMove event, and then get the RasterImageListItem by using the RasterImageList.HitTest method.
Then you can show the ToolTip by using the toolTip.SetToolTip method.
For a sample project, please see this forum post:
http://support.leadtools.com/CS/forums/17650/ShowPost.aspx
Thanks,
Maen Badwan
LEADTOOLS Technical Support
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.