Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic autodeleteitems not working / deleting subordinate nodes (Read 1638 times)
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
autodeleteitems not working / deleting subordinate nodes
Nov 22nd, 2012 at 8:37am
Print Post  
if i press del, the subordinate attached node does not get deleted. is autodeleteitems property supported? if so how do i use it?
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: autodeleteitems not working / deleting subordinate nodes
Reply #1 - Nov 22nd, 2012 at 8:51am
Print Post  
solved

In nodecreated

Code
Select All
// enable deleting of attached icon if shapenode is deleted by user
            shapeNode.SubordinateGroup.AutoDeleteItems = true; 

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