Group Delete


Author
Message
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
Posts: 71, Visits: 1
I created a group manually, but when I delete the group, the ports are still shown on my screen. Is there a way to prevent that from happening? I want when I delete the group for the ports to be deleted as well. What I did, I have a shape with couple of ports, then I group multiple of that shapes. However when I delete the group, the ports are not deleted with the group.
Reply
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
Posts: 71, Visits: 1
Below I edited the second button, sorry for the typo

private void barButtonItem2_ItemClick(object sender, ItemClickEventArgs e)

{

NFlowChartingShapesFactory factory = new NFlowChartingShapesFactory(nDrawingDocument1);

NShape entityShape = factory.CreateShape(FlowChartingShapes.Process);

entityShape.Bounds = new NRectangleF(100, 100, 200, 100);

entityShape.Text = "my text";

nDrawingDocument1.ActiveLayer.AddChild(entityShape);

}
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search