MTblQueryTreeFlags
bAnyFlagSet = MTblQueryTreeFlags( hWndTbl, nFlags )
Queries a table's tree flags.
Parameters
hWndTbl
Window Handle: Handle of the table
nFlags
Number: One ore more tree 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 we check if MTBL_TREE_FLAG_INDENT_ALL or MTBL_TREE_FLAG_NO_ROWLINES is set:
Set bAnySet = MTblQueryTreeFlags( hWndTbl, MTBL_TREE_FLAG_INDENT_ALL | MTBL_TREE_FLAG_NO_ROWLINES )
See also
Tree view
Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily