'Declaration Public Shared Property ErrorImageBackgroundColor As System.Drawing.Color
public static System.Drawing.Color ErrorImageBackgroundColor { get; set; }
public: __property static System.Drawing.Color* get_ErrorImageBackgroundColor(); public: __property static void set_ErrorImageBackgroundColor(
System.Drawing.Color* value
);
public:
static property System.Drawing.Color^ ErrorImageBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }