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

IListItem.Selected Property

Gets/sets a value indicating whether the item is selected.

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

Syntax

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

Property Value

A Boolean value indicating whether the item is selected.

Remarks

Item is selected when the user highlights it by the mouse. Typically it is marked as a blue frame around the item (the exact color depends on the Windows theme though). Do not confuse it with checkbox state (which is available through the Checked property).

See Also

Reference