NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentDesigner.DoDefaultAction

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();

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner