M
Michael Maes
Hi,
I have a UserControl with some "Children" (e.g. one ComboBox & one Label).
I add the UserControl on a Form.
If I perform a recursive scan through that Form's Control-Collection the ..HasChildren-Method scans the Controls within the UserControl.
This is a behavior I want to ommit.
* Is there a way to hide the Controls contained within a UserControl so that UserControl.HasChildren will always return False? *
TIA,
Michael
I have a UserControl with some "Children" (e.g. one ComboBox & one Label).
I add the UserControl on a Form.
If I perform a recursive scan through that Form's Control-Collection the ..HasChildren-Method scans the Controls within the UserControl.
This is a behavior I want to ommit.
* Is there a way to hide the Controls contained within a UserControl so that UserControl.HasChildren will always return False? *
TIA,
Michael