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

GetContentLongTextImage() public méthode

Gets a background image for the long text.
public GetContentLongTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Résultat Image
        public virtual Image GetContentLongTextImage(PaletteState state)
        {
            return null;
        }