|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies if the button is clickable, i.e. if the button surface will appear pressed clicking on it.
This property is useful if you want to use the button as a frame for your pictures, animations or texts (see the How to use the control as a powerful text, picture or animation control section).
| ||||||||||||
|
Get / Set functions
|
BOOL abmGetClickable (
HWND hWndBtn
);
void abmSetClickable (
HWND hWndBtn,
BOOL bClickable
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|