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