C# Class Globals.Prefs.RecentFile

Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
MenuItem System.Windows.Forms.ToolStripMenuItem
Path string

Property Details

MenuItem public property

The corresponding MenuItem attached to the recently opened file
public ToolStripMenuItem,System.Windows.Forms MenuItem
return System.Windows.Forms.ToolStripMenuItem

Path public property

The path to the recently opened file
public string Path
return string