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

ThumbnailListItem.Parent Property

Gets/sets a parent ThumbnailListView control.

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

Syntax

Visual Basic
Public Overrides Property Parent As ThumbnailListView
C#
public override ThumbnailListView Parent { get; set; }

Property Value

Parent ThumbnailListView object.

Implements

IListItem.Parent

See Also

Reference