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

GetContentLongTextTrim() public abstract method

Gets the text trimming to use for long text.
public abstract GetContentLongTextTrim ( PaletteState state ) : PaletteTextTrim
state PaletteState Palette value should be applicable to this state.
return PaletteTextTrim
        public abstract PaletteTextTrim GetContentLongTextTrim(PaletteState state);