C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesGalleryButtons

Storage for gallery button images.
Inheritance: Storage
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KryptonPaletteImagesGalleryButtons ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System

Initialize a new instance of the KryptonPaletteImagesGalleryButtons class.

PopulateFromBase ( ) : void

Populate values from the base palette.

Method Details

KryptonPaletteImagesGalleryButtons() public method

Initialize a new instance of the KryptonPaletteImagesGalleryButtons class.
public KryptonPaletteImagesGalleryButtons ( PaletteRedirect redirector, NeedPaintHandler needPaint ) : System
redirector PaletteRedirect Palette redirector for sourcing inherited values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void