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

GetContentShortTextMultiLine() public méthode

Gets the flag indicating if multiline text is allowed for short text.
public GetContentShortTextMultiLine ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Résultat InheritBool
        public virtual InheritBool GetContentShortTextMultiLine(PaletteState state)
        {
            return InheritBool.False;
        }