|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used for the Caption property text when the button is pressed.
This setting can be modified at runtime also through the abmSetTextOnPos function.
| ||||||||
|
Get / Set functions
|
ULONG abmGetForeColorPressed (
HWND hWndBtn
);
void abmSetForeColorPressed (
HWND hWndBtn,
ULONG color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|