G
Guest
MAIN FORM: In my main form I have a treeview control docked on the left and a
panel control filling the rest of the form.
USER CONTROLS: I am constructing separate user controls to be displayed
within the content area of the form when a tree node is clicked. Each user
control has a panel control containing varius controls, ie textboxes, labels,
datagrid.
QUESTION: How can I expose the constituent controls on the user control so
that I can reference them from within my main form code?
Thanks.
panel control filling the rest of the form.
USER CONTROLS: I am constructing separate user controls to be displayed
within the content area of the form when a tree node is clicked. Each user
control has a panel control containing varius controls, ie textboxes, labels,
datagrid.
QUESTION: How can I expose the constituent controls on the user control so
that I can reference them from within my main form code?
Thanks.