March 29, 2024

Dynamic Windows Function [dw_container_get_column_type]

Syntax

int dw_container_get_column_type(HWND handle, int column)

Parameters

HWND handle: Handle to the container window (widget).
int column: Zero based column.

Returns

int Constant identifying the the column type such as DW_CFA_BITMAPORICON.

Description

Gets column type for a container column.