ImageGear .NET - Updated October 26, 2017
FileAppend Method (IImGearThumbnailCtl)




ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : FileAppend Method
Selection specifying a path and a type of the file to be appended.
Appends a file specified by selection to the Thumbnail control.
Syntax
'Declaration
 
Sub FileAppend( _
   ByVal loadSelection As ImGearLoadingSelection _
) 
 
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim loadSelection As ImGearLoadingSelection
 
instance.FileAppend(loadSelection)

Parameters

loadSelection
Selection specifying a path and a type of the file to be appended.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members