ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    FileAppend Method (IImGearThumbnailCtl)
    In This Topic
    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