ComponentFactory.Krypton.Toolkit.PaletteBase.GetBackDraw C# (CSharp) Méthode

GetBackDraw() public abstract méthode

Gets a value indicating if background should be drawn.
public abstract GetBackDraw ( PaletteBackStyle style, PaletteState state ) : InheritBool
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
Résultat InheritBool
        public abstract InheritBool GetBackDraw(PaletteBackStyle style, PaletteState state);
PaletteBase