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

VirtualListView.MoveItemToWorkArea Method

Places the item to the specified working area.

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

Syntax

Visual Basic
Public Sub MoveItemToWorkArea ( _
	itemIndex As Integer, _
	workAreaIndex As Integer _
)
C#
public void MoveItemToWorkArea(
	int itemIndex,
	int workAreaIndex
)

Parameters

itemIndex

Type: System.Int32

The item for which should be added to the working area.
workAreaIndex

Type: System.Int32

The working area where the item should be placed.

Remarks

Working areas are rectangular virtual areas that the control uses to arrange items. A working area is not a window and cannot have a visible border. By default, the control has no working areas.

See Also

Reference

Manual