ComponentFactory.Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackImageStyle C# (CSharp) 메소드

GetBackImageStyle() 공개 메소드

Gets the background image style.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteImageStyle
        public override PaletteImageStyle GetBackImageStyle(PaletteState state)
        {
            return _inherit.GetBackImageStyle(state);
        }