No show files recent under DesignControl1

edited 12:07AM in FastReport .NET
Hello, what hide show files recent under DesignControl1 winform c#

for sample hide option menu save as

mMenu.miFileSaveAs.Visible = false;

Thanks

Comments

  • edited 12:07AM
    Hello,

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

    Try this:
    designerControl1.Restrictions.DontShowRecentFiles = true;

    now OK
    thanks

Leave a Comment