'Declaration <DescriptionAttribute("The background color in 'Normal' state.")> <CategoryAttribute("Normal Appearance")> Public Property NormalBackgroundColor As System.Drawing.Color
[Description("The background color in 'Normal' state.")] [Category("Normal Appearance")] public System.Drawing.Color NormalBackgroundColor { get; set; }
[Description("The background color in 'Normal' state.")] [Category("Normal Appearance")] public: __property System.Drawing.Color* get_NormalBackgroundColor(); public: __property void set_NormalBackgroundColor(
System.Drawing.Color* value
);
[Description("The background color in 'Normal' state.")] [Category("Normal Appearance")] public:
property System.Drawing.Color^ NormalBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }