_OlkLabel.BackStyle Property
Returns or sets an OlBackStyle constant that changes the background style of the control between transparent and opaque. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property BackStyle As OlBackStyle
Get
Set
'Usage
Dim instance As _OlkLabel
Dim value As OlBackStyle
value = instance.BackStyle
instance.BackStyle = value
[DispIdAttribute()]
OlBackStyle BackStyle { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlBackStyle
Remarks
The default value is olBackStyleOpaque.