Click or drag to resize

Window.SetBackgroundBrush Method

X#
Set the background brush used to paint the window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetBackgroundBrush(
	dwNew
) AS USUAL CLIPPER
Request Example View Source

Parameters

dwNew (Optional)
Type: Usual
The new brush to use. The default is COLOR_3DSHADOW.

Return Value

Type: Usual
NIL
See Also