ComponentFactory.Krypton.Docking.ViewDrawAutoHiddenTab.GetImage C# (CSharp) Method

GetImage() public method

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
return Image
        public Image GetImage(PaletteState state)
        {
            return _page.ImageSmall;
        }