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