|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The RGB (Red Green Blue) color used for the internal portion of the button surface when a special effect (see the SpecialEffect property for details) has been set to a value different from SPECEFF_NONE (0).
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
|
COLORREF abmGetBackColorInterior (
HWND hWndBtn
);
void abmSetBackColorInterior (
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.
|