Share via


_OlkTimeControl.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
<DispIdAttribute()> _
<ComAliasNameAttribute("stdole.OLE_COLOR")> _
Property BackColor As UInteger
    Get
    Set
'Usage
Dim instance As _OlkTimeControl
Dim value As UInteger

value = instance.BackColor

instance.BackColor = value
[DispIdAttribute()]
[ComAliasNameAttribute("stdole.OLE_COLOR")]
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."

See Also

Reference

_OlkTimeControl Interface

_OlkTimeControl Members

Microsoft.Office.Interop.Outlook Namespace