ComponentFactory.Krypton.Ribbon.ViewDrawRibbonRecentDocs.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;
        }