ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupText.GetImage C# (CSharp) Method

GetImage() public method

Gets the image used for the ribbon tab.
public GetImage ( PaletteState state ) : Image
state PaletteState Tab state.
return Image
        public Image GetImage(PaletteState state)
        {
            return null;
        }