|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Boolean value that determines if the cell identified by a UniqueID identifier must be hidden or visible.
Further information about cells management can be found inside the How to manage cells section.
| ||||||||||||||
|
Get / Set functions
|
BOOL abmCellsGetVisible (
HWND hWndBtn,
short nUniqueID
);
BOOL abmCellsSetVisible (
HWND hWndBtn,
short nUniqueID,
BOOL bVisible
);
|