Returns a reference to the image list object for the specified View mode of the ThumbnailListView control.

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

Syntax

Visual Basic (Declaration)
Public Function GetImageList ( _
	view As View _
) As IImageList
C#
public IImageList GetImageList (
	View view
)
Visual C++
public:
IImageList^ GetImageList (
	View view
)

Parameters

view
View mode for which the image list is requested.

Return Value

An object implementing the IImageList interface which represents an image list for the specified view.

See Also