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

GetContentLongTextImage() public abstract method

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