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

GetContentShortTextImage() public méthode

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