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

GetContentLongTextImage() 공개 메소드

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