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

GetContentLongTextMultiLine() 공개 메소드

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