In TsCheckBox a found two properties
GlyphChecked
GlyphUnChecked
From help:
property GlyphChecked: TBitmap;
Description
If this property is defined then glyph from skin is just ignored. Property can be used only in a skinned mode.
property GlyphUnChecked: TBitmap;
Description
If this property is defined then glyph from skin is just ignored. Property can be used only in a skinned mode.
This properties works ?
I created simple application (in attachment).
After load my bitmaps TsCheckBox change width/height in IDE, but when run application I can't see my custom Glyph.
It is BUG , or … I don;t know how it works ?? 🙂