OlBackStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the background of a control is rendered.
public enum class OlBackStyle
[System.Runtime.InteropServices.Guid("AA3E840F-7079-4AA4-91A9-6F3546DA6A95")]
public enum OlBackStyle
Public Enum OlBackStyle
- Inheritance
-
OlBackStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
olBackStyleTransparent | 0 | Indicates that the background color of the control is the background color of the parent control. It is not a truly transparent display. |
olBackStyleOpaque | 1 | Indicates the background color of the control is rendered. |