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

GetContentDraw() public abstract method

Gets a value indicating if content should be drawn.
public abstract GetContentDraw ( PaletteContentStyle style, PaletteState state ) : InheritBool
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public abstract InheritBool GetContentDraw(PaletteContentStyle style, PaletteState state);
PaletteBase