|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used for the spotlight (if any).
By default, the spotlight (if visible) is set to white RGB (255, 255, 255)
![]() | ||||||||
|
Get / Set functions
|
ULONG abmGetSpotlightColor (
HWND hWndBtn
);
void abmSetSpotlightColor (
HWND hWndBtn,
ULONG color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|