Click or drag to resize

Control.Background Property

X#
The brush used for painting the background of the control. For example, in a single line edit control, the background is the color behind the text in the edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Background AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The brush used for painting the background of the control. For example, in a single line edit control, the background is the color behind the text in the edit control.
See Also