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