Namespace: Consultingwerk.Windows.API
Class 
AeroGlass Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:AeroGlass
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Mar 10 18:56:49 CET 2010
Notes:http://www.codeproject.com/KB/vista/AeroGlassForms.aspx
http://www.mycsharp.de/wbb2/thread.php?threadid=80531
Purpose: Extends the window frame into the client area.
Notes: http://msdn.microsoft.com/en-us/library/aa969512(v=vs.85).aspx



Top Method Summary
Options Name Purpose
+ LOGICAL IsGlassSupported () Obtains a value that indicates whether Desktop Window Manager (DWM) composition is enabled.
+ SetGlassMargins (integer, integer, integer, integer, integer) Extends the transparent region of a window / form


Method Detail
Top

PUBLIC LOGICAL IsGlassSupported ()

Purpose: Obtains a value that indicates whether Desktop Window Manager (DWM)
composition is enabled.
Notes: http://msdn.microsoft.com/en-us/library/aa969518(v=vs.85).aspx

Returns LOGICAL
Logical value indicating if Aero glass effects are supported
Top

PUBLIC SetGlassMargins (integer, integer, integer, integer, integer)

Purpose: Extends the transparent region of a window / form
Notes: http://msdn.microsoft.com/en-us/library/aa969512(v=vs.85).aspx

Parameters:
piHwnd INTEGER
The HWND of the Window
piLeft INTEGER
The number of pixels from the left border
piRight INTEGER
The number of pixels from the right border
piTop INTEGER
The number of pixels form the Top border
piBottom INTEGER
The number of pixels from the Bottom border


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:18:02