ComponentFactory.Krypton.Ribbon.QATButtonToolTipToContent.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 _qatButton.GetToolTipImage();
        }