CToolbar.GetImageListCountmethod
Returns the number of image lists.
Syntax
FUNCTION GetImageListCount (BYVAL hToolbar AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
Returns the number of image lists.
Description
Gets the number of image lists associated with the toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:548
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class