This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; This is the short version, refer to the one in LV_SetImageToAnyCol_Demo.ahk | |
; for the extended version (better documentation, same function) | |
;FUNCTION-DEFINITION-----------------------------------------------------------------; | |
/** | |
* @example LV_SetImageToAnyCol(MyListView, 1, 2, 3) ;Row 1, Col 2, Img 3 | |
* @important Requires `+LV0x2` style applied to the ListView. | |
* @tip Use either the ListView (`Gui.Control`) or its HWND (`Integer`). | |
* |