I have created a new usercontrol and named it RButton. When I place my control on a form, then double-click it, I get an RButton_Load Sub instead of an RButton_Click Sub like a normal command button. How do I make the Click event the default like a normal button?