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

GetContentLongTextTrim() public méthode

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