Copyright © 2002-2005 MultiMedia Soft 
Return to index  
 
BackColor property 
 
Remarks
The RGB (Red Green Blue) color used for the button surface rendering. 
In the sample below you can see on the left a button with the default Grey value RGB (192, 192, 192) applied and, on the right, the same button with a Cyan value RGB (0, 255, 255) applied. 
Get / Set functions
 
COLORREF abmGetBackColor
HWND hWndBtn 
); 
 
void abmSetBackColor
HWND hWndBtn
COLORREF color 
); 
 
Parameters
Description
hWndBtn
Windows handle associated to the button.
color
Color that will be applied to the button surface
Container function
 
short abmContainerSetting
HWND hWndContainer
short nSetting
long newValue 
); 
 
Parameters
Description
hWndContainer
Windows handle associated to the button container.
nSetting
Must be set to SET_COLOR_BACKGROUND
newValue
Color that will be applied to the button surface
Notes
This setting can also be modified at runtime through the abmSetSurfaceColorDesc function.
 
 
 
 
 
 
 
 
Copyright © 2002-2005 MultiMedia Soft 
Return to index