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

VirtualListView.SetInsertMark Method

Sets the insertion point to the defined position.

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

Syntax

Visual Basic
Public Sub SetInsertMark ( _
	index As Integer, _
	afterItem As Boolean _
)
C#
public void SetInsertMark(
	int index,
	bool afterItem
)

Parameters

index

Type: System.Int32

An index of the item next to one the insertion point should appear near.
afterItem

Type: System.Boolean

If true insertion point appears after the specified item; otherwise it appears before.

Remarks

An insertion mark does not make sense for Details view.

See Also

Reference