Method | Description | |
---|---|---|
AddRecentFile ( string fileNameWithFullPath ) : void | ||
MRUManager ( |
||
RemoveRecentFile ( string fileNameWithFullPath ) : void |
Method | Description | |
---|---|---|
_onClearRecentFiles_Click ( object obj, |
||
_refreshRecentFilesMenu ( ) : void |
public AddRecentFile ( string fileNameWithFullPath ) : void | ||
fileNameWithFullPath | string | |
return | void |
public MRUManager ( |
||
parentMenuItem | ||
onRecentFileClick | EventArgs>.Action | |
onClearRecentFilesClick | EventArgs>.Action | |
maxNumberOfFiles | int | |
return | System |
public RemoveRecentFile ( string fileNameWithFullPath ) : void | ||
fileNameWithFullPath | string | |
return | void |