DataBrowser.HiBackground Property | |
Returns the background brush for the Highlighted rows and cells in the Databrowser. This can be changed with the ChangeBackground() method.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HiBackground AS USUAL GET
public virtual Usual HiBackground { get; }
Request Example
View SourceProperty Value
Type:
UsualThe background brush for the Highlighted rows and cells in the Databrowser. This can be changed with the ChangeBackground() method.
See Also