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!

ISelectionUIHandler.OnSelectionDoubleClick

Handle a double-click on the selection rectangle of the given component.

[Visual Basic]
Sub OnSelectionDoubleClick( _
   ByVal component As IComponent _
)
[C#]
void OnSelectionDoubleClick(
   IComponent component
);
[C++]
void OnSelectionDoubleClick(
   IComponent* component
) = 0;
[JScript]
function OnSelectionDoubleClick(
   component : IComponent
);

Parameters

component
Component that got the double-click.

See Also

ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace