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!

RichControl.ContextMenu

The contextMenu associated with this control. The contextMenu will be shown when the user right clicks the mouse on the control.

[Visual Basic]
Overridable Public Property ContextMenu As ContextMenu
[C#]
public ContextMenu ContextMenu {virtual get; virtual set;}
[C++]
public: __property virtual ContextMenu* get_ContextMenu();
public: __property virtual void set_ContextMenu(ContextMenu*);
[JScript]
public function get ContextMenu() : ContextMenu;
public function set ContextMenu(ContextMenu);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace