ComponentFactory.Krypton.Ribbon.ContextToContent.GetContentShortTextTrim C# (CSharp) 메소드

GetContentShortTextTrim() 공개 메소드

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