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

GetContentShortTextImage() public method

Gets an image for the short text.
public GetContentShortTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
return Image
        public Image GetContentShortTextImage(PaletteState state)
        {
            if (ShortText.Image != null)
                return ShortText.Image;
            else
                return _inherit.GetContentShortTextImage(state);
        }