bIsOwnerdrawn = MTblIsOwnerDrawnItem( hWndParam, nParam, nType )

Determines whether an item ( e.g. a cell ) is ownerdrawn.

Parameters
hWndParam
Window Handle: Depends on nType. See Ownerdrawn items types and function parameters for further details.

nParam
Number: Depends on nType. See Ownerdrawn items types and function parameters for further details.

nType
Number: Item type. See Ownerdrawn items types and function parameters for further details

Return
Boolean: TRUE if the item is ownerdrawn or FALSE if not or an error occurred

Example
In this example we check whether a column is ownerdrawn:

Set bIsOwnerdrawn = MTblIsOwnerDrawnItem( hWndCol, TBL_Error, MTBL_ODI_COLUMN )

Remarks
Also returns TRUE for a cell if the appropriate column or row is ownerdrawn.
Also returns TRUE for a column header if the appropriate column is ownerdrawn.
Also returns TRUE for a row header if the appropriate row is ownerdrawn.

See also
Ownerdrawn items

Created with the Personal Edition of HelpNDoc: Easily create Qt Help files