ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextTrim C# (CSharp) Method

GetContentLongTextTrim() public method

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