|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies the vertical offset to fine-tune the picture or animation position over the control. The offset is referred to the actual value of the PicturePosition property.
The offset range is between -99 and 99: if the value exceed this range, 0 will be assumed.
| ||||||||
|
Get / Set functions
|
short abmGetPictureXOffset (
HWND hWndBtn
);
void abmSetPictureXOffset (
HWND hWndBtn,
short yOffset
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|