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