Find Control

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Click, Double-Click and Run Time Error 2115 2
Fire Event 1
Override Css Class 1
Find Child Control 2
Get Controls 2
Find Control 1
Event 2
How to make a require textbox 1

Top