Closed richterAl closed 4 years ago
Hello,
I would like to request a new feature for the OutlookGridGroup: A Backcolor Property.
I have tried to implement such a feature. (see https://github.com/richterAl/Krypton-Toolkit-Suite-Extended-NET-5.472/tree/feature/GroupBackColor)
But I think it is better to have the type PaletteBack instead of Color. But I was not able to implement this property using this type.
Transferred
I think to use it IPalette needs to be used.
IPalette
https://wagnerp.github.io/Krypton-NET-5.470/Help/Output/api/ComponentFactory.Krypton.Toolkit.PaletteBack.html
I solved my problem. I didn't recognize the SetInherit member of PaletteBack.
Hello,
I would like to request a new feature for the OutlookGridGroup: A Backcolor Property.
I have tried to implement such a feature. (see https://github.com/richterAl/Krypton-Toolkit-Suite-Extended-NET-5.472/tree/feature/GroupBackColor)
But I think it is better to have the type PaletteBack instead of Color. But I was not able to implement this property using this type.