MTblQueryColHdrGrpFlags
bAnyFlagSet = MTblQueryColHdrGrpFlags( hWndTbl, nColHdrGrp, nFlags )
Queries column header group flags.
Parameters
hWndTbl
Window Handle: Handle of the column
nColHdrGrp
Number: Handle of the column header group
nFlags
Number: One or more of the column header group flags to test for
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 if the flag MTBL_CHG_FLAG_NOINNERHORZLINE is set:
Set bSet = MTblQueryColHdrGrpFlags( hWndTbl, nColHdrGrp, MTBL_CHG_FLAG_NOINNERHORZLINE )
See also
Column header groups
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor