|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Enables/disables the use "hard edges" for the button: this property is available only if the button's Shape property is set to SHAPE_RECTANGLE (0)
On the picture below you can see a rectangular button without hard edges (on the left) and a rectangular button with hard edges (on the right) and the ButtonRaiseFactor property set to 7
![]()
Below you can see the same "hard-edged" button with the SmoothEdges property set to SMOOTH_HIGH (2)
![]() | ||||||||||||
|
Get / Set functions
|
short abmGetRectHardEdges (
HWND hWndBtn
);
void abmSetRectHardEdges (
HWND hWndBtn,
short bHardEdges
);
| ||||||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|