ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetContentLongTextMultiLine C# (CSharp) Method

GetContentLongTextMultiLine() public method

Gets the flag indicating if multiline text is allowed for long text.
public GetContentLongTextMultiLine ( PaletteContentStyle style, PaletteState state ) : InheritBool
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public virtual InheritBool GetContentLongTextMultiLine(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentLongTextMultiLine(style, state);
        }
PaletteRedirect