'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A background color of the selection rectangle.")> Public Property BackColor As System.Drawing.Color
[Category("Appearance")] [Description("A background color of the selection rectangle.")] public System.Drawing.Color BackColor { get; set; }
[Category("Appearance")] [Description("A background color of the selection rectangle.")] public: __property System.Drawing.Color* get_BackColor(); public: __property void set_BackColor(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("A background color of the selection rectangle.")] public:
property System.Drawing.Color^ BackColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - System.Drawing.Color.FromArgb(50, 0, 200, 255).