ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextMultiLine C# (CSharp) Méthode

GetContentLongTextMultiLine() public méthode

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.
Résultat InheritBool
        public virtual InheritBool GetContentLongTextMultiLine(PaletteState state)
        {
            return InheritBool.False;
        }