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

ColumnClickEventArgs.Column Property

Gets the column that has been clicked.

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

Syntax

Visual Basic
Public ReadOnly Property Column As ListColumn
C#
public ListColumn Column { get; }

Property Value

The ListColumn instance which represents the clicked column.

See Also

Reference