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

ListColumn.Parent Property

Gets the ThumbnailListView control which owns this column.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As ThumbnailListView
C#
[BrowsableAttribute(false)]
public ThumbnailListView Parent { get; }

Property Value

The parent ThumbnailListView control.

See Also

Reference