C# Class Raccoom.Windows.Forms.MenuItemShellVerb

Extends the MenuItem class with a Shell32.FolderItemVerb.
Inheritance: System.Windows.Forms.MenuItem
显示文件 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
MenuItemShellVerb ( FolderItemVerb verb ) : System

Protected Methods

Method Description
OnClick ( EventArgs e ) : void

Method Details

MenuItemShellVerb() public method

public MenuItemShellVerb ( FolderItemVerb verb ) : System
verb FolderItemVerb
return System

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void