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

GetContentLongTextMultiLine() public abstract method

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