|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The RGB (Red Green Blue) color used for the button surface when this is disabled.
| ||||||||
|
Get / Set functions
|
COLORREF abmGetBackColorDisabled (
HWND hWndBtn
);
void abmSetBackColorDisabled (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
| ||||||||
|
Notes
|
This setting can also be modified at runtime through the abmSetSurfaceColorDesc function.
|