bAnyFlagSet = MTblQueryColumnHdrImageFlags( hWndCol, nFlags )

Queries the flags of a column header's image.

Parameters
hWndCol
Window Handle: Handle of the column

nFlags
Number: The image flags you want to query.

Return
Boolean: TRUE if any of the specified flags are set or FALSE if none of the specified flags are set

Example
In this example is determined whether a column header's image is horizontal centered:

Set bIs = MTblQueryColumnHdrImageFlags( hWndCol, MTSI_ALIGN_HCENTER )

See also
Custom Images

Created with the Personal Edition of HelpNDoc: Easily create Web Help sites