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