Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / BackColor Property


In This Topic
BackColor Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property BackColor As Color
 
'Usage
 
Dim instance As IElement
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also