MTblSetOwnerDrawnItem
bOk = MTblSetOwnerDrawnItem( hWndParam, nParam, nType, bSet )
Sets or removes the ownerdrawn status for an item ( e.g. a cell ).
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.
bSet
Boolean: TRUE to set or FALSE to remove the ownerdrawn status
Return
Boolean: TRUE if successful or FALSE if not
Example
In this example we set a column ownerdrawn:
Call MTblSetOwnerDrawnItem( hWndCol, TBL_Error, MTBL_ODI_COLUMN, TRUE )
See also
Ownerdrawn items
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites