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

ListItem.CheckEnabled Property

Gets/sets the value which shows/hides the check box.

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

Syntax

Visual Basic
Public Overridable Property CheckEnabled As Boolean
C#
public virtual bool CheckEnabled { get; set; }

Property Value

A Boolean value indicating whether the check box for the item is visible.

Remarks

If you make check boxes visible, you can verify whether the item is checked using the Checked property.

See Also

Reference