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

GetContentLongTextImageStyle() public method

Gets the background image style for the long text.
public GetContentLongTextImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public override PaletteImageStyle GetContentLongTextImageStyle(PaletteState state)
        {
            return _inherit.GetContentLongTextImageStyle(state);
        }