ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentStates.GetContentLongTextTrim C# (CSharp) 메소드

GetContentLongTextTrim() 공개 메소드

Gets the actual text trimming for the long text.
public GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim
state PaletteState Palette value should be applicable to this state.
리턴 PaletteTextTrim
        public PaletteTextTrim GetContentLongTextTrim(PaletteState state)
        {
            return _inherit.GetContentLongTextTrim(state);
        }