_DRecipientControl.BackColor Property
Returns or sets an Integer 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
<DispIdAttribute()> _
Property BackColor As Integer
Get
Set
'Usage
Dim instance As _DRecipientControl
Dim value As Integer
value = instance.BackColor
instance.BackColor = value
[DispIdAttribute()]
int BackColor { get; set; }
Property Value
Type: System.Int32
Remarks
This property is of the type OLE_COLOR which is an Integer value.