hiding code tab in designer
hiding code tab in designer
Hello. I am currently evaluating the trial version of Stimulsoft. Is there a way to hide the code tab in Designer? I searched the forum and found ways to hide different Designer components, so you can offer a trimmed-down version to users. However, I was unsure on how to hide one of the tabs. I couldn't find this in the user documentation. Is there additional documentation that comes with the purchased version that might explain this as well? Thank you for any assistance.
hiding code tab in designer
You can use following code:
Thank you.
Code: Select all
StiOptions.Designer.CodeTabVisible = false;
hiding code tab in designer
Great, thanks for the help!