Delphi component spTbxToolbar skin change -
How to change the code by runtime (not for group-style type), skin type for a sptbxtoolbar component?
You can only change the skin of all spattyboxyl components at once.
Use this code
skin manager. Setaskin ('Office Blue 2007'); You can, however, set for each code, if it is determined by the skin, in terms of Windows or by default, specify the SkinType property Is drawn.
MyComponent.SkinType: = sknWindows; Hint: Toolbars do not own a skinny type property, they are always dragged using the skin.
Comments
Post a Comment