ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface
Properties Methods

In This Topic
    IImGearThumbnailCtl Interface Members
    In This Topic

    The following tables list the members exposed by IImGearThumbnailCtl.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicating whether all pages of a multi-page image (e.g., a multi-frame GIF or TIFF file) will be loaded into thumbnails, or whether only the first page will be loaded.  
     PropertyGets or sets a value indicating whether to automatically grab focus.  
     PropertyGets or sets a value indicating whether or not the vertical scrollbar appears when all the items don't fit into the Thumbnail control.  
     PropertyGets or sets border style of the Thumbnail control.  
     PropertyGets or sets border width in pixels around the thumbnail. The border is drawn with the color specified by ForeColor.  
     PropertyGets the number of items within the Thumbnail control, and thus also the number of ImGearThumbnailItem objects available for Item method.  
     PropertyGets or sets a value indicating whether the thumbnail browser can be a Drag source, Drop target or both.  
     PropertyGets or sets a value indicating whether the thumbnail item will appear flat or three dimensional.  
     PropertyGets or sets the font used for rendering titles under the thumbnail items.  
     PropertyGets or sets the background color used for the Title of highlighted Thumbnail items.  
     PropertyGets or sets the foreground color used for the Title of highlighted Thumbnail items.  
     PropertyGets or sets the amount of extra space, in pixels, to place around the thumbnail item image inside the "button".  
     PropertyGets or sets item height in pixels of the image to be drawn in each thumbnail item.  
     PropertyGets or sets item width in pixels of the image to be drawn in each thumbnail item.  
     PropertyGets or sets the amount of extra space, in pixels, to leave between the left edge of the control and the left-most item drawn inside the control.  
     PropertyGets or sets a value indicating whether multiple selection is allowed.  
     PropertyGets or sets background color used for the Title of selected Thumbnail items.  
     PropertyGets or sets foreground color used for the Title of selected Thumbnail items.  
     PropertyGets or sets the width of the 3D appearance for every item if the Flat property is set to true.  
     PropertyGets or sets a value indicating whether to see a larger popup image for the thumbnail when pressing the right-mouse-button down.  
     PropertyGets or sets a value indicating whether a title is shown for each thumbnail, below the button.  
     PropertyGets or sets what sorting (none, title ascending, title descending, user-defined) is used when a new item is added.  
     PropertyGets or sets IComparer used when Sort property is set to UserSort. You should provide a class implementing IComparer interface for custom sorting.  
     PropertyGets or sets height for the item title.  
     PropertyGets or sets the amount of extra space, in pixels, to leave between the top edge of the control and the top-most item drawn inside the control.  
     PropertyGets or sets the amount of horizontal space between thumbnails displayed on the control, in pixels.  
     PropertyGets or sets the amount of vertical space between thumbnails displayed on the control, in pixels.  
     PropertyGets or sets the amount of zoom-in to use when displaying the magnified popup image.  
    Top
    Public Methods
     NameDescription
     MethodRemoves all the items from the Thumbnail control.  
     MethodRemoves specified item from the Thumbnail control.  
     MethodCreates a series of thumbnail items (either one per file, or one per page per file), by scanning through the specified directory and selecting all of the files matching the specifying filters.  
     MethodAppends ImageGear document to the Thumbnail control.  
     MethodAppends a file specified by selection to the Thumbnail control.  
     MethodReturns ImGearThumbnailItem object by given index.  
     MethodAppends ImageGear.Core.ImGearPage class object to the Thumbnail control.  
     MethodReloads all thumbnails in the Thumbnail control.  
     MethodReloads thumbnail picture in the specified thumbnail item.  
    Top
    See Also