C++
BOOL GetInsertMark( int& nIndex, BOOL& bAfter ) const;
Description
Gets the insertion mark. If no insertion mark is displayed, nIndex is set to -1.
Returns true if successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
nIndex | Output index of the item at which the insertion mark is placed, or -1 if no insertion mark is displayed |
bAfter | Output Boolean: returns true if the insertion mark is after the item at the index, or false if the insertion mark is before the item at the index |