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

GetContentShortTextMultiLine() public method

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