ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupRadioButtonText.GetImage C# (CSharp) Метод

GetImage() публичный Метод

Gets the image used for the ribbon tab.
public GetImage ( PaletteState state ) : Image
state PaletteState Tab state.
Результат Image
        public Image GetImage(PaletteState state)
        {
            return null;
        }