Page 1 of 1

WinForms Editor

Posted: Tue Apr 10, 2018 2:17 pm
by Naico
Is there a way to use the Editor inside a Windows Forms Control just like the Web Editor?

Re: WinForms Editor

Posted: Tue Apr 10, 2018 8:22 pm
by HighAley
Hello.

Yes, sure. You could use the StiDesignerControl and add it on your form.

Thank you.

Re: WinForms Editor

Posted: Wed Apr 11, 2018 7:27 am
by Naico
Thank you.
Is there a Way to Disable the Options for the OpenFileDialog and NewFile in WinForms as well?

Re: WinForms Editor

Posted: Thu Apr 12, 2018 5:31 am
by Lech Kulikowski
Hello,

You can use options from StiOptions.Designer.MainMenu:
StiOptions.Designer.MainMenu.ShowFileReportOpen = false;

Thank you.