|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies the color used to highlight the raising effect on a button.
If you leave this property undefined (-1), the API will be able to calculate the optimal highlight color in relation to the current surface color.
| ||||||||
|
Get / Set functions
|
ULONG abmGetHighlightColor (
HWND hWndBtn
);
void abmSetHighlightColor (
HWND hWndBtn,
ULONG color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|