ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetGalleryButtonImage C# (CSharp) Method

GetGalleryButtonImage() public method

Gets a check box image appropriate for the provided state.
public GetGalleryButtonImage ( PaletteRibbonGalleryButton button, PaletteState state ) : Image
button PaletteRibbonGalleryButton Enum of the button to fetch.
state PaletteState State of the button to fetch.
return Image
        public virtual Image GetGalleryButtonImage(PaletteRibbonGalleryButton button, PaletteState state)
        {
            return _target.GetGalleryButtonImage(button, state);
        }
PaletteRedirect