bOk = MTblSetCornerImage( hWndTbl, nImage, nFlags )

Sets a table's corner image.

Parameters
hWndTbl
Window Handle: Handle of the table

nImage
Number: Image handle returned by one of the MImgLoad functions or 0 to display no image.

nFlags
Number: The image flags.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example a table's corner image is set which is centered horizontal and vertical and has no leading:

Call MTblSetCornerImage( hWndTbl, nImage, MTSI_ALIGN_HCENTER | MTSI_ALIGN_VCENTER | MTSI_NOLEAD_TOP | MTSI_NOLEAD_LEFT )

Remarks
You have to use handles returned by M!Image functions. Handles returned by VicPicLoad or by API functions can't be used.

See also
Custom Images

Created with the Personal Edition of HelpNDoc: Easily create Help documents