MCSD Visual Basic Desktop
A. Methods of constituent controls are visible by default, so you don't need do anything B. Methods of constituent controls must have its methods exposed by setting the control's Exposed property (in the Properties window) set to True C. Since constituent controls are Windows controls that appear on the Toolbox, you don't need to do anything. Windows will have the methods exposed. D. Create a wrapper for it in code that delegates the method as Public
A. Methods of constituent controls are visible by default, so you don't need do anything
B. Methods of constituent controls must have its methods exposed by setting the control's Exposed property (in the Properties window) set to True
C. Since constituent controls are Windows controls that appear on the Toolbox, you don't need to do anything. Windows will have the methods exposed.
D. Create a wrapper for it in code that delegates the method as Public