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

GetContentShortTextTrim() 공개 메소드

Gets the actual text trimming for the short text.
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim
state PaletteState Palette value should be applicable to this state.
리턴 PaletteTextTrim
        public PaletteTextTrim GetContentShortTextTrim(PaletteState state)
        {
            return _palette.GetContentShortTextTrim(_style, state);
        }