Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Highlighting a box (Read 1310 times)
manas
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: May 16th, 2006
Highlighting a box
May 19th, 2006 at 5:31am
Print Post  
In windows application, using FlowChart.Net,  when the mouse moves over a box, is there any property to highlight it?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Highlighting a box
Reply #1 - May 19th, 2006 at 6:20am
Print Post  
There isn't any such property. You can handle the MouseMove event, use GetBoxAt to find the box under the mouse cursor and change some of its visual properties to highlight it. Keep a reference to the highlighted box in a variable, so you can restore it to its previous state when it isn't under the mouse pointer anymore.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint