ComponentFactory.Krypton.Ribbon.ViewDrawRibbonKeyTip.GetImage C# (CSharp) Méthode

GetImage() public méthode

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
Résultat Image
        public Image GetImage(PaletteState state)
        {
            return null;
        }