Gets/sets a value indicating whether the item is selected.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Property Selected As Boolean
bool Selected { get; set; }
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).