ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / FileAppend Method
Selection specifying a path and a type of the file to be appended.




In This Topic
    FileAppend Method (ImGearThumbnailCtl)
    In This Topic
    Appends a file specified by selection to the Thumbnail control.
    Syntax
    'Declaration
     
    <DescriptionAttribute()>
    Public Sub FileAppend( _
       ByVal loadSelection As ImGearLoadingSelection _
    ) 
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim loadSelection As ImGearLoadingSelection
     
    instance.FileAppend(loadSelection)
    [Description()]
    public void FileAppend( 
       ImGearLoadingSelection loadSelection
    )
    [Description()]
    public: void FileAppend( 
       ImGearLoadingSelection* loadSelection
    ) 
    [Description()]
    public:
    void FileAppend( 
       ImGearLoadingSelection^ loadSelection
    ) 

    Parameters

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