How to change in runtime by code (not for groupskintype), the skin type for a sptbxtoolbar component.
Thaks in advanced.
Golo
How to change in runtime by code (not for groupskintype), the skin type for a sptbxtoolbar component.
Thaks in advanced.
Golo
You can only change the skin of all SpTBXLib components at once.
Use this code
SkinManager.SetSkin('Office 2007 Blue');
You can however set for each SpTBXLib component if it is drawed using the skin, Windows look or the default look, by setting assigning the SkinType
property.
MyComponent.SkinType := sknWindows;
Hint: Toolbars itself do not have the SkinType property. They are always drawn using the skin.