if you add a directive like below, you can access the usercontrol class' public members and the class it self by typing its name, otherwise the compiler generates an error indicating that referenced member is not found.
<% @ Reference Control ="~/WebUserControl.ascx" %>