Click or drag to resize

Window.PaintBackground Method (Typed)

X#
Paint the background for a window with the brush or background object that was specified by the user.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PaintBackground(
	hDC
) AS USUAL CLIPPER
Request Example View Source

Parameters

hDC (Optional)
Type: Usual
The device context of the window on which the background must be painted.

Return Value

Type: Usual
NIL
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also