ImageGear .NET v24.12 - Updated
FileAppend Method (IImGearThumbnailCtl)




ImageGear24.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)
void FileAppend( 
   ImGearLoadingSelection loadSelection
)
void FileAppend( 
   ImGearLoadingSelection* loadSelection
) 
void FileAppend( 
   ImGearLoadingSelection^ loadSelection
) 

Parameters

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

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members