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