No show files recent under DesignControl1

Hello, what hide show files recent under DesignControl1 winform c#

for sample hide option menu save as

mMenu.miFileSaveAs.Visible = false;

Thanks

Comments

  • edited 2:00AM
    Hello,

    Try this:
    designerControl1.Restrictions.DontShowRecentFiles = true;
  • edited 2:00AM
    AlexTZ wrote: »
    Hello,

    Try this:
    designerControl1.Restrictions.DontShowRecentFiles = true;

    now OK
    thanks

Leave a Comment