Suppressing the tab tooltips?

Stimulsoft Reports.Silverlight discussion
Locked
TomKelleher
Posts: 4
Joined: Mon Jun 12, 2017 8:36 pm

Suppressing the tab tooltips?

Post by TomKelleher »

In our system, when we pass the mouse over the designer windows' "Properties" tab, "Dictionary" tab and "Report Tree" tab, we see a popup menu with that title, and an option for "Show Me More." We've been able to hide the "Show Me More" option, but the header still appears. See attached.

I'm not sure which of these commands does it, but one does:
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Viewer.ShowTooltipsInViewer = false;

Also, the remaining header appears above and to the left of the tab. I want to suppress it entirely...but the placement is odd and I wanted to point it out.
Attachments
MenuitemGone.png
MenuitemGone.png (19.97 KiB) Viewed 10350 times
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Suppressing the tab tooltips?

Post by Andrew »

Dear Tom,

Thank you for the question.

Please send your request to support@stimulsoft.com

Thank you.
Locked