This documentation is for the old version. Go to the latest Graphics Mill docs

ThumbnailListItem Constructor (String)

Creates and initializes new ThumbnailListItem class instance. The instance represents a file system object pointed by the path string.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub New ( _
	path As String _
)
C#
public ThumbnailListItem(
	string path
)

Parameters

path

Type: System.String

A path to the file system object (file or folder) to create an item for.

See Also

Reference