|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The RGB (Red Green Blue) color used for the button surface when this is disabled.
This property is ignored when the Surface property is set to SURFACE_VISTA_AERO, SURFACE_OFFICE_2003, SURFACE_OFFICE_2007 and no special effect has been set through the SpecialEffect property.
| ||||||||
|
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.
|