|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies if it is necessary to keep the aspect ratio of a picture bigger that the control. Applies to the Picture, PicturePressed, PictureMouseOver and PictureDisabled properties .
| ||||||||||||
|
Get / Set functions
|
BOOL abmGetPictureKeepRatio (
HWND hWndBtn
);
void abmSetPictureKeepRatio (
HWND hWndBtn,
BOOL bKeepRatio
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|