This class exposes properties for the MouseMoveOnThumbnail, SelectFile, and ShowThumbnailImage events.
[Visual Basic] Public Class
ThumbnailEventArgs Inherits System.EventArgs
[C#] public class
ThumbnailEventArgsFSystem.EventArgs
Explanation
Property | Type | Explanation |
---|---|---|
![]() |
[Visual Basic] String [C#] string |
Retrieves the name of the directory containing the images. |
![]() |
[Visual Basic] String [C#] string |
Refers to the filename of the original image when its thumbnail image is selected. |
![]() |
[Visual Basic] Integer [C#] int |
Retrieves the thumbnail image number (Starts from 1). |
![]() |
System.Drawing.Rectangle | Retrieves the pixel coordinates for the cell that corresponds to a thumbnail image. |
![]() |
[Visual Basic] Integer [C#] int |
Retrieves the total number of thumbnail images. |
See Also
Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail