Find Control

  • Thread starter Thread starter shapper
  • Start date Start date
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
 
Back
Top