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)
Public Sub New ( _
path As String _
)
public ThumbnailListItem(
string path
)
Type: System.String
A path to the file system object (file or folder) to create an item for.