'Declaration
<SRCategoryAttribute("Appearance")> <System.Runtime.InteropServices.DispIdAttribute(-513)> <SRDescriptionAttribute("The foreground color of this component, which is used to display text.")> Public Overridable Property ForeColor As System.Drawing.Color
'Usage
Dim instance As EditSourceDialog Dim value As System.Drawing.Color instance.ForeColor = value value = instance.ForeColor
[SRCategory("Appearance")] [System.Runtime.InteropServices.DispId(-513)] [SRDescription("The foreground color of this component, which is used to display text.")] public virtual System.Drawing.Color ForeColor {get; set;}