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