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