ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextImage C# (CSharp) 메소드

GetContentShortTextImage() 공개 메소드

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