|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The zone affected by alpha channel transparency when a special effect is applied
Notes: This property is useful only if a special effect has been applied through the SpecialEffect property.
Supported values are the following (The examples on this page are from Raised buttons):
Further information about alpha channel transparency management can be found inside the How to manage alpha channel transparency section.
| ||||||||||||
|
Get / Set functions
|
short abmGetSurfaceTransparentZone (
HWND hWndBtn
);
void abmSetSurfaceTransparentZone (
HWND hWndBtn,
short nZone
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|