|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used for rendering the radial gradient of the glow effect.
Below the button with its default value on the left and with the VistaColorGlow property set to yellow on the right:
For further details about settings for the Vista's Aero style, see the How to manage colors of Vista's Aero style tutorial.
| ||||||||
|
Get / Set functions
|
COLORREF abmGetVistaColorGlow (
HWND hWndBtn
);
void abmSetVistaColorGlow (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|