ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentShortTextMultiLine C# (CSharp) 메소드

GetContentShortTextMultiLine() 공개 메소드

Gets the flag indicating if multiline text is allowed for short text.
public GetContentShortTextMultiLine ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
리턴 InheritBool
        public InheritBool GetContentShortTextMultiLine(PaletteState state)
        {
            return _palette.GetContentShortTextMultiLine(_style, state);
        }