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

ThumbnailListItem.HasIcon Method

Determines if an icon for the specified view exists.

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

Syntax

Visual Basic
Public Overrides Function HasIcon ( _
	view As View _
) As Boolean
C#
public override bool HasIcon(
	View view
)

Parameters

view

Type: Aurigma.GraphicsMill.WinControls.View

A View enumeration member.

Return Value

true if the icon exists; otherwise, false.

See Also

Reference