|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The color used to render the button's border in normal state. If left undefined (value -1), the border won't be rendered.
Below the button with its default value on the left and with the Office2003ColorBorderPressed property set to red on the right:
For further details about settings for the Office 2003 style, see the How to manage colors of Office 2003 style tutorial.
| ||||||||
|
Get / Set functions
|
COLORREF abmGetOffice2003ColorBorderPressed (
HWND hWndBtn
);
void abmSetOffice2003ColorBorderPressed (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|