ComponentFactory.Krypton.Toolkit.ViewDrawEmptyContent.GetImage C# (CSharp) Метод

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

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
Результат Image
        public Image GetImage(PaletteState state)
        {
            return null;
        }