Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic RE: ChartObject mouse-over event (Read 1843 times)
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
RE: ChartObject mouse-over event
Nov 29th, 2005 at 1:58pm
Print Post  
Hi,

You can save a reference to the right-clicked object in a field of the class. E.g. in C# define a

private ChartObject clickedObj;

In the BoxClicked or TableClicked event handlers set

clickedObj = e.Box; // or e.Table

And in the context menu event handler use the clickedObj object. The samples coming with FlowChart.NET use that method to handle context menus, e.g. look at the DBDesign or DirTree samples.
  
Back to top
 
IP Logged
 
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
Re: ChartObject mouse-over event
Reply #1 - Nov 29th, 2005 at 2:00pm
Print Post  
now it seems someone deleted their question while I was replying to it...
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint