|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used for rendering the inner border.
Below the button with its default value on the left and with the VistaColorInnerBorder property set to red 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 abmGetVistaColorInnerBorder (
HWND hWndBtn
);
void abmSetVistaColorInnerBorder (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|