ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextTrim C# (CSharp) Method

GetContentShortTextTrim() public method

Gets the text trimming to use for short text.
public GetContentShortTextTrim ( PaletteState state ) : PaletteTextTrim
state PaletteState Palette value should be applicable to this state.
return PaletteTextTrim
        public override PaletteTextTrim GetContentShortTextTrim(PaletteState state)
        {
            return _inherit.GetContentShortTextTrim(state);
        }