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

VirtualListView.GetImageList Method

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
Public Function GetImageList ( _
	view As View _
) As IImageList
C#
public IImageList GetImageList(
	View view
)

Parameters

view

Type: Aurigma.GraphicsMill.WinControls.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

Reference