'Declaration <DescriptionAttribute("The color of the text.")> Public Property ForeColor As System.Drawing.Color
[Description("The color of the text.")] public System.Drawing.Color ForeColor { get; set; }
[Description("The color of the text.")] public: __property System.Drawing.Color* get_ForeColor(); public: __property void set_ForeColor(
System.Drawing.Color* value
);
[Description("The color of the text.")] public:
property System.Drawing.Color^ ForeColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }