|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The gradient color used for the upper portion of the Southern button's side in pressed state.
Below the button with its default value on the left and with the Office2007ColorSouthTopPressed property set to green on the right:
For further details about settings for the Office 2007 style, see the How to manage colors of Office 2007 style tutorial.
| ||||||||
|
Get / Set functions
|
COLORREF abmGetOffice2007ColorSouthTopPressed (
HWND hWndBtn
);
void abmSetOffice2007ColorSouthTopPressed (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|