|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Boolean value that determines if the picture currently displayed on the button, if any, must be hidden or visible.
| ||||||||||||
|
Get / Set functions
|
BOOL abmGetPictureVisible (
HWND hWndBtn
);
void abmSetPictureVisible (
HWND hWndBtn,
BOOL bVisible
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|