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!

MenuItem.PerformSelect

Raises the System.WinForms.MenuItem.Select event for this menu item.

[Visual Basic]
Overridable Public Sub PerformSelect()
[C#]
public virtual void PerformSelect();
[C++]
public: virtual void PerformSelect();
[JScript]
public function PerformSelect();

Remarks

This method allows you to raise the event without passing any event information to the event-handling method.

See Also

MenuItem Class | MenuItem Members | System.WinForms Namespace