GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / InsertItemFromFile Method / InsertItemFromFile(String,String,Int32) Method
The path from which thumbnail will be generated.
The item text.
The zero-based index position of the insertion. Between 0 and ItemCount - 1.





In This Topic
InsertItemFromFile(String,String,Int32) Method
In This Topic
Adds a new thumbnail to the list from a file.
Syntax
'Declaration
 
Public Overloads Function InsertItemFromFile( _
   ByVal FilePath As String, _
   ByVal Text As String, _
   ByVal Position As Integer _
) As GdPictureStatus
 

Parameters

FilePath
The path from which thumbnail will be generated.
Text
The item text.
Position
The zero-based index position of the insertion. Between 0 and ItemCount - 1.

Return Value

A member of the GdPictureStatus enumeration.
See Also