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

ListItem.Focused Property

Gets/sets value indicating whether the item has focus.

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

Syntax

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

Property Value

A Boolean value indicating whether the item has focus.

Implements

IListItem.Focused

See Also

Reference