WinForms Editor
WinForms Editor
Is there a way to use the Editor inside a Windows Forms Control just like the Web Editor?
Re: WinForms Editor
Hello.
Yes, sure. You could use the StiDesignerControl and add it on your form.
Thank you.
Yes, sure. You could use the StiDesignerControl and add it on your form.
Thank you.
Re: WinForms Editor
Thank you.
Is there a Way to Disable the Options for the OpenFileDialog and NewFile in WinForms as well?
Is there a Way to Disable the Options for the OpenFileDialog and NewFile in WinForms as well?
-
- Posts: 7345
- Joined: Tue Mar 20, 2018 5:34 am
Re: WinForms Editor
Hello,
You can use options from StiOptions.Designer.MainMenu:
StiOptions.Designer.MainMenu.ShowFileReportOpen = false;
Thank you.
You can use options from StiOptions.Designer.MainMenu:
StiOptions.Designer.MainMenu.ShowFileReportOpen = false;
Thank you.