Click or drag to resize

SplitWindow.ChangeBackground Method

X#
Change the background brush of a particular component of the split window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ChangeBackground(
	oBrush,
	kWhere
) AS USUAL CLIPPER
Request Example View Source

Parameters

oBrush (Optional)
Type: Usual
The new Brush object to apply.
kWhere (Optional)
Type: Usual
One of the following constants specifying the portion of the split window where the new brush will be applied:

Return Value

Type: Usual
Remarks
ConstantDescription
SPLIT_COLORWINDOWSplit window background brush
SPLIT_COLORBARSplit bar background brush
SPLIT_COLORFRAMESplit bar frame background brush
See Also