'Declaration
<SRCategoryAttribute("CatAppearance")> <System.Runtime.InteropServices.DispIdAttribute(-513)> <SRDescriptionAttribute("ControlForeColorDescr")> Public Overridable Property ForeColor As System.Drawing.Color
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Color instance.ForeColor = value value = instance.ForeColor
[SRCategory("CatAppearance")] [System.Runtime.InteropServices.DispId(-513)] [SRDescription("ControlForeColorDescr")] public virtual System.Drawing.Color ForeColor {get; set;}
public read-write property ForeColor: System.Drawing.Color; virtual;
SRCategoryAttribute("CatAppearance") System.Runtime.InteropServices.DispIdAttribute(-513) SRDescriptionAttribute("ControlForeColorDescr") public function get,set ForeColor : System.Drawing.Color