Window.PaintBackground Method | |
Paint the background for a window with the brush or background object that was specified by the user.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PaintBackground(
hDC
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PaintBackground(
Usual hDC = default
)
Request Example
View SourceParameters
- hDC (Optional)
- Type: Usual
The device context of the window on which the background must be painted.
Return Value
Type:
UsualNIL
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also