'Declaration Public Property DefaultBackroundColor As System.Drawing.Color
public System.Drawing.Color DefaultBackroundColor { get; set; }
public: __property System.Drawing.Color* get_DefaultBackroundColor(); public: __property void set_DefaultBackroundColor(
System.Drawing.Color* value
);
public:
property System.Drawing.Color^ DefaultBackroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - System.Drawing.Color.White.