ANSWER:
D: Create a wrapper for it in code that delegates the method as Public. If you've authored a control and want a developer to access the methods of a constituent control on your UserControl, you must create a wrapper for it, which delegates a method as Public.

Answers in Depth...