C# Class ComponentFactory.Krypton.Toolkit.ImageSelectEventArgs

Image select event data.
Inheritance: System.EventArgs
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ImageSelectEventArgs ( ImageList imageList, int imageIndex ) : System

Initialize a new instance of the ImageSelectEventArgs class.

Method Details

ImageSelectEventArgs() public method

Initialize a new instance of the ImageSelectEventArgs class.
public ImageSelectEventArgs ( ImageList imageList, int imageIndex ) : System
imageList System.Windows.Forms.ImageList Defined image list.
imageIndex int Index within the image list.
return System