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