Window.SetBackgroundBrush Method (Typed) | |
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
public virtual Usual SetBackgroundBrush(
[DefaultParameterValueAttribute(16, 0)] uint dwNew
)
Request Example
View SourceParameters
- dwNew
- Type: DWord
The new brush to use. The default is COLOR_3DSHADOW.
Return Value
Type:
UsualNIL
See Also