DataWindow.Background Property | |
The background brush currently in use by this data window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Background AS USUAL GET SET
public override Usual Background { get; set; }
Request Example
View SourceProperty Value
Type:
Usual
The background brush currently in use by this data window.
Remarks
A window's background brush is used by CanvasErase() and in handling Expose events. Assigning a new background brush has no effect until the data window (or portion of the data window) is redrawn. If a data window was partially covered and is then fully exposed, only the covered part of the data window is redrawn and only that part gets the new background.
See Also