_OlkOptionButton.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 _OlkOptionButton
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 0x8000000F, "Button Face."

See Also

Reference

_OlkOptionButton Interface

_OlkOptionButton Members

Microsoft.Office.Interop.Outlook Namespace