I would want to have tabs like here (all are glass):
A program is written in Delphi or C++ Builder. I can't find a class of the tabs in Winspector Spy & Window Detective.
I know a very good component - rkAeroTabs, but unfortunately it doesn't show an active tab with glass (that's what I need), & other tabs are not fully glass: http://rmklever.com/wp-content/uploads/AeroTabs.png
Does anybody know how to get those glass tabs? Thanks.
As pointed out by @Sertac Akyuz:
the rkSmartTabs has properties to set the tabs opacity levels.
LevelTabActive, LevelTabHot and LevelTabInActive.
By changing the default values (255, 192 and 224 respectivly) you can alter the opacity of different tab states.
I've been playing with it for a couple of weeks now. I really like what Roy has done with them.
I've just completed a pretty much complete implementation of Chrome Tabs for Delphi.
The features include:
You can download the source and a full demo/editor here: http://code.google.com/p/delphi-chrome-tabs/