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