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

GetContentLongTextImageStyle() public abstract method

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