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!

IDesigner.DoDefaultAction

Performs the default action for this designer.

[Visual Basic]
Sub DoDefaultAction()
[C#]
void DoDefaultAction();
[C++]
void DoDefaultAction() = 0;
[JScript]
function DoDefaultAction();

Remarks

This method is usually called in response to a user action such as double-clicking on the representation of the component.

See Also

IDesigner Interface | IDesigner Members | System.ComponentModel.Design Namespace