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

GetContentLongTextImage() public method

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