|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies the corner factor of a Rounded Rectangle or Gem button.
This property does not apply if the Shape property is set to a value different from SHAPE_ROUNDRECT, SHAPE_GEM, SHAPE_ARROW and SHAPE_KEYHOLE.
If the Shape property is set to SHAPE_ARROW or SHAPE_KEYHOLE, the CornerFactor property will apply only if the LightDirection property is set to LIGHT_DIR_NORTH, LIGHT_DIR_EAST, LIGHT_DIR_SOUTH or LIGHT_DIR_WEST.
| ||||||||
|
Get / Set functions
|
short abmGetCornerFactor (
HWND hWndBtn
);
void abmSetCornerFactor (
HWND hWndBtn,
short nFactor
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|