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

IListItem.GetIconKey Method

Returns a key of the item icon for the specified View of the ThumbnailListView control.

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

Syntax

Visual Basic
Function GetIconKey ( _
	view As View _
) As Object
C#
                Object GetIconKey(
	View view
)

Parameters

view

Type: Aurigma.GraphicsMill.WinControls.View

View enumeration member identifying the view mode to extract an icon index for.

Return Value

An key of the item icon in one of the control image lists. The image list depends on the specified view parameter. If the item has no icon for specified view, null is returned.

See Also

Reference