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

IListItem.Checked Property

Gets/sets value indicating whether item is checked.

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

Syntax

Visual Basic
Property Checked As Boolean
C#
                bool Checked { get; set; }

Property Value

A Boolean value indicating whether item is checked.

Remarks

To enable/disable check box of the item, use the CheckEnabled property.

See Also

Reference