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

GetContentShortTextImage() public abstract method

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