Click or drag to resize

Window.SetBackgroundBrush Method (Typed)

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

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

Parameters

dwNew
Type: DWord
The new brush to use. The default is COLOR_3DSHADOW.

Return Value

Type: Usual
NIL
See Also