Windows Designer host, Control.Parent is not correct

Posted by nils_gate on Stack Overflow See other posts from Stack Overflow or by nils_gate
Published on 2010-04-21T03:08:09Z Indexed on 2010/04/21 3:13 UTC
Read the original article Hit count: 201

Filed under:
|

In my Windows Designer host implementation,

The top Control's

Control.Controls does have all the child controls

but for Child control's

Control.Parent is set to {System.Windows.Forms.Design.DesignerFrame+OverlayControl}

Am I doing something wrong?

How to find who is the actual parent of the control while in design mode?

© Stack Overflow or respective owner

Related posts about windows-form-designer

Related posts about .NET