|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The width in pixels of the border of the cell identified by the UniqueID parameter.
Further information about cells management can be found inside the How to manage cells section.
| ||||||||
|
Get / Set functions
|
short abmCellsGetBorderWidth (
HWND hWndBtn,
short nUniqueID
);
BOOL abmCellsSetBorderWidth (
HWND hWndBtn,
short nUniqueID,
short nWidth
);
|