_OlkListBox.BackColor Property
Returns or sets a UInteger (uint in C#) value that indicates the background color of the control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property BackColor As UInteger
Get
Set
'Usage
Dim instance As _OlkListBox
Dim value As UInteger
value = instance.BackColor
instance.BackColor = value
uint BackColor { get; set; }
Property Value
Type: System.UInt32
Remarks
This property is of the type OLE_COLOR which is a UInteger (uint in C#) value. The default value for this property is 0x80000005, "Window."