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

IListItem.HasIcon Method

Returns value indicating whether the item has an icon for specified view mode of the ThumbnailListView.

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

Syntax

Visual Basic
Function HasIcon ( _
	view As View _
) As Boolean
C#
                bool HasIcon(
	View view
)

Parameters

view

Type: Aurigma.GraphicsMill.WinControls.View

View enumeration member which specifies a view mode to check out an icon for.

Return Value

true if item contains icon for the specified view, otherwise false.

See Also

Reference