#include <w32adll.h>
| class TWindowConfig |
| Public Attributes | |
|---|---|
| TInt | iFlags |
| Public Member Enumerations | |
|---|---|
| enum | anonymous { ETransparencyEnabled, EAlphaBlendedTransparency } |
Transparency flags.
Used to represent transparency configuration of the window.
| Enumerator | Value | Description |
|---|---|---|
| ETransparencyEnabled | 0x0001 |
Transparency is enabled on the window. |
| EAlphaBlendedTransparency | 0x0002 |
Window transparency uses alpha blending channel. |