C# Class Globals.Prefs.RecentFile

Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

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

Property Details

MenuItem public_oe property

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

Path public_oe property

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