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

GetContentShortTextImageStyle() public abstract method

Gets the background image style.
public abstract GetContentShortTextImageStyle ( PaletteContentStyle style, PaletteState state ) : PaletteImageStyle
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public abstract PaletteImageStyle GetContentShortTextImageStyle(PaletteContentStyle style, PaletteState state);
PaletteBase