Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Enter & Leave of box event handling .. (Read 1279 times)
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
Enter & Leave of box event handling ..
Dec 14th, 2006 at 12:51am
Print Post  
I need the "MouseEnter & MouseLeave of box event handling" with C# .NET.

Is it Possible ?

Thanks in advance.

- OS: XP sp2
- RAD: C# Builder 2006
- .NET 2.0/1.1 sp2
- FCX v 4.1 Trial (Now Purchasing)




  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Enter & Leave of box event handling ..
Reply #1 - Dec 14th, 2006 at 5:49am
Print Post  
You will need to do it yourself by handling the MouseMove event and checking what box is under the mouse position with the GetBoxAt method. Keep a reference to the last box detected, so you can test if the mouse moved away from it.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint