C# Class ComponentFactory.Krypton.Toolkit.GalleryImages

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

Private Properties

Property Type Description

Public Methods

Method Description
GalleryImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the GalleryImages class.

Method Details

GalleryImages() public method

Initialize a new instance of the GalleryImages class.
public GalleryImages ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System