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

VirtualListView.QueueManager Property

Gets the queue manager object which is used to optimize asynchronous access to the collection items.

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

Syntax

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

Property Value

A QueueManager class instance that represents the queue manager of the collection.

Remarks

Use this property when you implement your own type of list items (see the IQueueItem interface overview for more details). If you use only standard implementation of the IListItem interface, there is no need to use this property directly.

See Also

Reference