acMakeOpaqueWindow procedure
Advanced GDI routines |
![]() ![]() ![]() |
acGraphics
|
procedure acMakeOpaqueWindow(Wnd: THandle);
|
The acMakeOpaqueWindow procedure returns the translucent form to its normal state clearing the layered attributes from the window style (clearing the WS_EX_LAYERED attribute).
|
|
To make the form translucent use acMakeTranslucentWindow.
|
acMakeTranslucentWindow procedure and acWin2kEffects component.
|