OwnerDrawPropertyBag.BackColor 属性

定义

获取或设置组件的背景色。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color BackColor { get; set; }
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color

属性值

Color,表示组件的背景色。 默认值为 Empty

适用于