Page 1 of 1

hiding code tab in designer

Posted: Fri Mar 07, 2008 9:01 pm
by blimey
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

Posted: Fri Mar 07, 2008 10:41 pm
by Vital
You can use following code:

Code: Select all

StiOptions.Designer.CodeTabVisible = false;
Thank you.

hiding code tab in designer

Posted: Sat Mar 08, 2008 12:16 pm
by blimey
Great, thanks for the help!