Performs the default action for this designer.
[Visual Basic] Sub DoDefaultAction() [C#] void DoDefaultAction(); [C++] void DoDefaultAction() = 0; [JScript] function DoDefaultAction();
This method is usually called in response to a user action such as double-clicking on the representation of the component.
IDesigner Interface | IDesigner Members | System.ComponentModel.Design Namespace