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

GetGalleryButtonImage() public abstract method

Gets a check box image appropriate for the provided state.
public abstract 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 abstract Image GetGalleryButtonImage(PaletteRibbonGalleryButton button, PaletteState state);
PaletteBase