LBitmapWindow::SetPatternBackColor
#include "ltwrappr.h"
L_VOID LBitmapWindow::SetPatternBackColor(PatternBackColor)
| COLORREF PatternBackColor; | /* the background color used for drawing patterns */ | 
Sets the background color used for drawing patterns.
| Parameter | Description | 
| PatternBackColor | The background color used for drawing patterns. | 
Returns
None
Comments
The default is the value returned by the Windows API GetSysColor(COLOR_APPWORKSPACE).
Required DLLs and Libraries
| LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | |
| Topics: | |
| 
 | 
Example
For an example, refer to LBitmapWindow::SetROP3.