Reflection
ForegroundColor Property (SmartControl)


Gets or sets the foreground color of the control.
Syntax
'Declaration
 
Public Property ForegroundColor As Color
'Usage
 
Dim instance As SmartControl
Dim value As Color
 
instance.ForegroundColor = value
 
value = instance.ForegroundColor
public Color ForegroundColor {get; set;}
See Also