|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used for the button surface when the button is pressed.
If the SpecialEffect property is set to a value different from SPECEFF_NONE (0) this property would affect only the internal portion of the button surface.
If this color should be left undefined, the BackColor property settings would be kept: you can swap the colors of the internal portion with the colors of the external portion through the SwapEffectsColors property.
This setting can also be modified through the abmSetSurfaceColorDesc function.
| ||||||||
|
Get / Set functions
|
ULONG abmGetBackColorPressed (
HWND hWndBtn
);
void abmSetBackColorPressed (
HWND hWndBtn,
ULONG color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|