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

VirtualListView.CheckBoxes Property

Gets/sets a value indicating whether a check box appears next to each item in the control.

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

Syntax

Visual Basic
Public Property CheckBoxes As Boolean
C#
public bool CheckBoxes { get; set; }

Property Value

true if a check box appears next to each item in the control; otherwise, false. The default is false.

See Also

Reference