Krypton-Suite-Legacy-Archive / Krypton-Toolkit-Suite-Extended-NET-5.470

An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

Feature: OutlookGridGroup Backcolor property #107

Closed richterAl closed 4 years ago

richterAl commented 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.

PWagner1 commented 4 years ago

Transferred

PWagner1 commented 4 years ago

I think to use it IPalette needs to be used.

PWagner1 commented 4 years ago

https://wagnerp.github.io/Krypton-NET-5.470/Help/Output/api/ComponentFactory.Krypton.Toolkit.PaletteBack.html

richterAl commented 4 years ago

I solved my problem. I didn't recognize the SetInherit member of PaletteBack.