Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic DiagramNode Manipulators class (Read 1110 times)
sledenev
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 25
Joined: Dec 16th, 2009
DiagramNode Manipulators class
Mar 30th, 2010 at 2:52pm
Print Post  
Hi,

We need to implement custom diagram node with several interactive areas. I have found Manipulator class which seems suitable for this task. But I cant find how to add my own manipulator to DiagramItem (DiagramNode). Manipulators collection and methods such AddManipulator, RemoveManipulator e.t.c. declared as internal.

How can I use Manipulator class? Thanks in advance.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: DiagramNode Manipulators class
Reply #1 - Mar 30th, 2010 at 4:47pm
Print Post  
Hi,

Indeed Manipulator would be best for this. Currently it is public just because the Diagramming.Winforms assembly had to access its members, but we haven't otherwise adapted it for general public use. We'll try to move the rest of the related methods to the public API for the 5.3.5 release. Until then I suppose you could make the ones you need public in your own build of the control.

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