ImageGear .NET - Updated
ImGearThumbnailItem Class
Members 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace : ImGearThumbnailItem Class
Represents one of the thumbnail items displayed on the thumbnail browser.
Object Model
ImGearThumbnailItem ClassImGearARTPage ClassImGearPage ClassImGearLoadingSelection Class
Syntax
'Declaration
 
Public Class ImGearThumbnailItem 
   Inherits System.Windows.Forms.Panel
   Implements IImGearThumbnailItem 
'Usage
 
Dim instance As ImGearThumbnailItem
public class ImGearThumbnailItem : System.Windows.Forms.Panel, IImGearThumbnailItem  
public __gc class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem  
public ref class ImGearThumbnailItem : public System.Windows.Forms.Panel, IImGearThumbnailItem  
Remarks
Your application can iterate through the collection of ImGearThumbnailItem using the Item method and Count property of ImGearThumbnailCtl. Some of the event handlers are using ImGearThumbnailItem objects (for instance, when someone clicks on a particular thumbnail item).
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  ImageGear.Windows.Forms.Thumbnails.ImGearThumbnailItem

See Also

Reference

ImGearThumbnailItem Members
ImageGear.Windows.Forms.Thumbnails Namespace