Shows the context menu for the given component.
[Visual Basic] Sub ShowContextMenu( _ ByVal component As IComponent _ ) [C#] void ShowContextMenu( IComponent component ); [C++] void ShowContextMenu( IComponent* component ) = 0; [JScript] function ShowContextMenu( component : IComponent );
ISelectionUIHandler Interface | ISelectionUIHandler Members | System.WinForms.Design Namespace