|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Applies alpha channel transparency to the picture displayed over the cell identified by the UniqueID parameter.
Further information about cells management can be found inside the How to manage cells section.
Further information about alpha channel transparency management can be found inside the How to manage alpha channel transparency section.
| ||||||||
|
Get / Set functions
|
short abmCellsGetPictureTranspFactor (
HWND hWndBtn,
short nUniqueID
);
BOOL abmCellsSetPictureTranspFactor (
HWND hWndBtn,
short nUniqueID,
short nFactor
);
|