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

GetContentLongTextTrim() public abstract method

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