Send this message to get the current number of item rows in the ImageList Control.
Ignored, use 0.
Ignored, use 0.
| Value | Meaning |
|---|---|
| >=0 | The number of rows. |
| <0 | An error occurred. Refer to Return Codes. |
This message will return the total number of item rows in the ImageList Control.
The associated macro is:
For a complete list of available macros, refer to the Ltlst.h file.
L_INT ILM_GETROWCOUNTExample(HWND hCtrl){if(IsWindow(hCtrl)){LRESULT lRows;LRESULT lCols;L_TCHAR buf[180];/* get current row and column counts */lRows = SendMessage(hCtrl, L_ILM_GETROWCOUNT, 0, 0L);lCols = SendMessage(hCtrl, L_ILM_GETCOLCOUNT, 0, 0L);wsprintf(buf, TEXT("Rows: %ld\tCols: %ld\n"), lRows, lCols);MessageBox(hCtrl, buf, TEXT("Count"), MB_OK);return SUCCESS;}elsereturn ERROR_INVALID_PARAMETER;}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
