C# Class JWC.MruStripMenu.MruMenuItem

The menu item which will contain the MRU entry.
The menu may display a shortened or otherwise invalid pathname. This class stores the actual filename, preferably as a fully resolved labelName, that will be returned in the event handler.
Inheritance: System.Windows.Forms.ToolStripMenuItem
Datei anzeigen Open project: procfxgen/MGShaderEditor

Public Methods

Method Description
MruMenuItem ( ) : System

Initializes a new instance of the MruMenuItem class.

MruMenuItem ( string filename, string entryname, EventHandler eventHandler ) : System

Initializes an MruMenuItem object.

Method Details

MruMenuItem() public method

Initializes a new instance of the MruMenuItem class.
public MruMenuItem ( ) : System
return System

MruMenuItem() public method

Initializes an MruMenuItem object.
public MruMenuItem ( string filename, string entryname, EventHandler eventHandler ) : System
filename string
entryname string
eventHandler EventHandler
return System