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 );
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace