Share via


_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
Property BackColor As Integer
    Get
    Set
'Usage
Dim instance As _DRecipientControl
Dim value As Integer

value = instance.BackColor

instance.BackColor = value
int BackColor { get; set; }

Property Value

Type: System.Int32

Remarks

This property is of the type OLE_COLOR which is an Integer value.

See Also

Reference

_DRecipientControl Interface

_DRecipientControl Members

Microsoft.Office.Interop.Outlook Namespace