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

ListItem.Parent Property

Gets/sets a parent ThumbnailListView control of this item.

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

Syntax

Visual Basic
Public Overridable Property Parent As ThumbnailListView
C#
public virtual ThumbnailListView Parent { get; set; }

Property Value

ThumbnailListView which is an owner of this item. If null, the item has no parent yet.

Implements

IListItem.Parent

Remarks

Internal architecture of the ThumbnailListView control requires all list item objects to belong not more than to to one control. If it is necessary to dublicate the item into another ThumbnailListView control, you should clone this list item rather than use a reference to it.

See Also

Reference