FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ForeColor Property


In This Topic
ForeColor Property (ElementContainerControl)
In This Topic
Gets or sets the text color for the control.
Syntax
'Declaration
 
Public Overridable Shadows Property ForeColor As Color
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
See Also