C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteImagesGalleryButtons

Storage for gallery button images.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void