ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImage C# (CSharp) Méthode

GetContentShortTextImage() public méthode

Gets an image for the short text.
public GetContentShortTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Résultat Image
        public Image GetContentShortTextImage(PaletteState state)
        {
            return _palette.GetContentShortTextImage(_style, state);
        }