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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -