SM_CYFIXEDFRAME top-level constant

  1. @Deprecated('Use SYSTEM_METRICS_INDEX.SM_CYFIXEDFRAME instead')
int const SM_CYFIXEDFRAME

The thickness of the frame around the perimeter of a window that has a caption but is not sizable, in pixels. SM_CXFIXEDFRAME is the height of the horizontal border, and SM_CYFIXEDFRAME is the width of the vertical border.

Implementation

@Deprecated('Use SYSTEM_METRICS_INDEX.SM_CYFIXEDFRAME instead')
const SM_CYFIXEDFRAME = SM_CYDLGFRAME;