Purpose
Draws the background of the browser.
Class
Type
Method
Syntax
<oBrowser>:DrawBackground(
<hDC>,
<srcInvalid>
) Æ lDraw
Arguments
| <hDC> | The DeviceContext in which the background must be drawn. |
| Data Type: | Pointer |
| <srcInvalid> | The rectangle structure that defines the area which must be drawn. |
The structure must be specified by reference.
| Data Type: | _winRect |
Return Value
| lDraw | A logical value that indicates whether the background was drawn. |
| TRUE | The background was drawn. |
| FALSE | The background was not drawn. |
| Data Type: | Logic |
Description
bBrowser:DrawBackground() draws the area that is not covered by the data columns or by the grid. The method is called automatically by the method bBrowser:Draw().
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_drawbackground.htm