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

GetContentLongTextMultiLine() public abstract method

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