|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
If the caption text string is too long to fit on a single line in the button rectangle, the control wraps the text to multiple lines: with this property the user can constrain the surface percentage that will contain the text.
| ||||||||
|
Get / Set functions
|
short abmGetCaptionWordWrapPerc (
HWND hWndBtn
);
void abmSetCaptionWordWrapPerc (
HWND hWndBtn,
short nPerc
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|