MTblQueryColHdrGrpImageFlags
bAnyFlagSet = MTblQueryColHdrGrpImageFlags( hWndTbl, nColHdrGrp, nFlags )
Queries the flags of a column header group's image.
Parameters
hWndTbl
Window Handle: Handle of the table
nColHdrGrp
Number: Handle of the column header group
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 group's image is horizontal centered:
Set bIs = MTblQueryColHdrGrpImageFlags( hWndTbl, nColHdrGrp, MTSI_ALIGN_HCENTER )
See also
Column header groups
Custom Images
Created with the Personal Edition of HelpNDoc: Easy Qt Help documentation editor