|
Copyright © 2002-2005 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies how much raised (or sunken) a button must be when it is not pressed (or when it is pressed).
Here follows a sample of a custom shaped button with the ButtonRaiseFactor property set to 1 (default):
and here is the same button with the ButtonRaiseFactor property set to 4:
![]() | ||||||
|
Get / Set functions
|
short abmGetButtonRaiseFactor (
HWND hWndBtn
);
void abmGetButtonRaiseFactor (
HWND hWndBtn,
short nFactor
);
|