This creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location.
[Visual Basic] Overridable Public Sub DoDefaultAction() [C#] public virtual void DoDefaultAction(); [C++] public: virtual void DoDefaultAction(); [JScript] public function DoDefaultAction();
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner