ComponentFactory.Krypton.Ribbon.RibbonRecentDocsEntryToContent.GetContentShortTextTrim C# (CSharp) Méthode

GetContentShortTextTrim() public méthode

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