Retrieves the position of the insertion mark.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Function GetInsertMark ( _ <OutAttribute> ByRef index As Integer, _ <OutAttribute> ByRef afterItem As Boolean _ ) As Boolean
Type: System.Int32 %
An index of the item next to which the insertion point appears.Type: System.Boolean %
The insertion point appears after the item specified if this value is true; otherwise it appears before the specified item.An insertion mark can appear only if the ThumbnailListView control is in Icon, List or Thumbnails view.