SM_CYSIZEFRAME top-level constant

int const SM_CYSIZEFRAME

The thickness of the sizing border around the perimeter of a window that can be resized, in pixels. SM_CXSIZEFRAME is the width of the horizontal border, and SM_CYSIZEFRAME is the height of the vertical border.

Implementation

const SM_CYSIZEFRAME = SM_CYFRAME;