|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
The orientation applied to Rounded Rectangle and Gem shapes
This property applies only if the Shape property is set to one of the following values: SHAPE_ROUNDRECT, SHAPE_GEM, SHAPE_TRIANGLE, SHAPE_TRAPEZE, SHAPE_ARROW, SHAPE_KEYHOLE, SHAPE_ALFALFA.
| ||||||||||||||||||||||||||||||||||||
|
Get / Set functions
|
BOOL abmGetOrientation (
HWND hWndBtn
);
void abmSetOrientation (
HWND hWndBtn,
short nOrientation
);
| ||||||||||||||||||||||||||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|