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.ShowContextMenu

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

Parameters

component
Component that has to show the context menu.

See Also

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