_OlkCheckBox.BackColor 属性

定义

返回或设置 C# 中的 UInteger (uint ) 值,该值指示控件的背景色。 读/写。

public:
 property System::UInt32 BackColor { System::UInt32 get(); void set(System::UInt32 value); };
public uint BackColor { get; set; }
Public Property BackColor As UInteger

属性值

注解

此属性的类型 为 OLE_COLOR 它是 C#) 值中的 UInteger (uint 。 此属性的默认值是 0x8000000F,"按钮表面"。

适用于