bOk = MTblQueryFocusFrame( hWndTbl, nrThickness, nrOffsetX, nrOffsetY, nrColor )

Queries the current focus frame definition.

Parameters
hWndTbl
Window Handle: Handle of the table

nrThickness
Receive Number: Thickness in pixels.

nrOffsetX
Receive Number: Offset from the left/right edge of the focused object. May also be negative.

nrOffsetY
Receive Number: Offset from the top/bottom edge of the focused object. May also be negative.

nrColor
Receive Number: Color. If MTBL_COLOR_UNDEF, the focus frame has no color but inverts it's background.

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

Example

Call MTblQueryFocusFrame( hWndTbl, nThickness, nOffsetX, nOffsetY, nColor ) 

See also
MTblDefineFocusFrame
Cell mode

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator