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

VirtualListView.GetInsertMark Method

Retrieves the position of the insertion mark.

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

Syntax

Visual Basic
Public Function GetInsertMark ( _
	<OutAttribute> ByRef index As Integer, _
	<OutAttribute> ByRef afterItem As Boolean _
) As Boolean
C#
public bool GetInsertMark(
	out int index,
	out bool afterItem
)

Parameters

index

Type: System.Int32 %

An index of the item next to which the insertion point appears.
afterItem

Type: System.Boolean %

The insertion point appears after the item specified if this value is true; otherwise it appears before the specified item.

Return Value

true if successful, or false otherwise.

Remarks

An insertion mark can appear only if the ThumbnailListView control is in Icon, List or Thumbnails view.

See Also

Reference