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

VirtualListView.FocusedItem Property

Gets the item of the control that currently has the focus.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property FocusedItem As IListItem
C#
[BrowsableAttribute(false)]
public IListItem FocusedItem { get; }

Property Value

The list item object which currently has the focus.

See Also

Reference