Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / BackColorPriv Property


In This Topic
BackColorPriv Property (ElementContainerControl)
In This Topic
Internal use only. Background color.
Syntax
'Declaration
 
Protected Overridable Property BackColorPriv As Color
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Color
 
instance.BackColorPriv = value
 
value = instance.BackColorPriv
See Also