MTblQueryCellImageFlags
bAnyFlagSet = MTblQueryCellImageFlags( hWndCol, nRow, nFlags )
Queries the flags of a cell's image.
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Number of the row
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 cell's image is horizontal centered:
Set bIs = MTblQueryCellImageFlags( hWndCol, nRow, MTSI_ALIGN_HCENTER )
See also
Custom Images
Created with the Personal Edition of HelpNDoc: Effortlessly Spot and Fix Problems in Your Documentation with HelpNDoc's Project Analyzer