OlBackStyle Enumeration
Specifies how the background of a control is rendered.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("AA3E840F-7079-4AA4-91A9-6F3546DA6A95")> _
Public Enumeration OlBackStyle
'Usage
Dim instance As OlBackStyle
[GuidAttribute("AA3E840F-7079-4AA4-91A9-6F3546DA6A95")]
public enum OlBackStyle
Members
Member name | Description | |
---|---|---|
olBackStyleTransparent | Indicates that the background color of the control is the background color of the parent control. It is not a truly transparent display. | |
olBackStyleOpaque | Indicates the background color of the control is rendered. |