Window.SetBackgroundBrush Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetBackgroundBrush(
Usual dwNew = default
)
Request Example
View SourceParameters
- dwNew (Optional)
- Type: Usual
The new brush to use. The default is COLOR_3DSHADOW.
Return Value
Type:
UsualNIL
See Also