SUMMARY
The properties of a UserControl cannot be accessed from other forms or
modules in the same project using a syntax such as:
<UserControl>.<Property>=<Value>
The reference to the UserControl cannot be obtained by specifying the name
of the UserControl from forms or modules present in the same project. These
properties can be accessed indirectly, however.