bAnyFlagSet = MTblQueryCornerImageFlags( hWndTbl, nFlags )

Queries the flags of a table's corner image.

Parameters
hWndTbl
Window Handle: Handle of the table

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 table's corner image is horizontal centered:

Set bIs = MTblQueryCornerImageFlags( hWndTbl, MTSI_ALIGN_HCENTER )

See also
Custom Images

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework