|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Boolean value that determines if a picture will result reflected over the button surface.
Below you can see two buttons: the left one doesn't have reflectivity enabled, the right one does.
Reflectivity applied to the picture can be fine tuned using the PictureReflectivityPerc and PictureReflectHeightPerc properties.
| ||||||||||||
|
Get / Set functions
|
BOOL abmGetPictureReflectivityEnabled (
HWND hWndBtn
);
void abmSetPictureReflectivityEnabled (
HWND hWndBtn,
BOOL bEnabled
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|