ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentDraw C# (CSharp) Method

GetContentDraw() public method

Gets a value indicating if content should be drawn.
public GetContentDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public override InheritBool GetContentDraw(PaletteState state)
        {
            return _inherit.GetContentDraw(state);
        }