C# 클래스 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.
상속: System.Windows.Forms.ToolStripMenuItem
파일 보기 프로젝트 열기: procfxgen/MGShaderEditor

공개 메소드들

메소드 설명
MruMenuItem ( ) : System

Initializes a new instance of the MruMenuItem class.

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

Initializes an MruMenuItem object.

메소드 상세

MruMenuItem() 공개 메소드

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

MruMenuItem() 공개 메소드

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