Aurigma Graphics Mill 5.5 for .NET
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
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.