Printer Object
 
Syntax
 
Printer.BrushColor = colorref&
 
Description
Returns or sets the color of the brush used to fill graphical objects.
 
The BrushColor and BrushStyle properties define the brush used to fill all graphical objects drawn on the document.
 
Graphical objects are created using the Drawxxx methods. The brush is also used to shade text boxes drawn using the TextBox method when the Shade parameter is set to TRUE.
 
See Also
Example