LImageListControl::GetColumnCount
#include "ltwrappr.h"
L_INT LImageListControl::GetColumnCount(L_VOID)
Gets the current number of item columns in the ImageList Control.
Returns
>= 0 |
The number of item columns. |
<0 |
An error occurred. Refer to Return Codes. |
Comments
This message will return the total number of item columns in the ImageList Control.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
LImageListControl::ExportBitmapList, LImageListControl::ImportBitmapList, LImageListControl::SortExt. Class Members |
Topics: |
Example
For an example, refer to LImageListControl::GetRowCount.