S 
		
								
				
				
			
		shapper
Hello,
I created a custom control named BOX.
I added child controls, ChildBox, to Box.
Dim MyBox As Box
Box.Id = "MyBoxId"
MyBox.Items.Add(New ChildBox("ChildBoxId", ...))
How can I access the ChildBox and make visible = false?
Thanks,
Miguel
				
			I created a custom control named BOX.
I added child controls, ChildBox, to Box.
Dim MyBox As Box
Box.Id = "MyBoxId"
MyBox.Items.Add(New ChildBox("ChildBoxId", ...))
How can I access the ChildBox and make visible = false?
Thanks,
Miguel