Control.Background Property | |
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
public virtual Usual Background { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 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