Help Center

CWindow.ControlClientHeightproperty

Returns the unscaled client height of the specified window.

WindowspropertyCWindow.incdocumented

Syntax

PROPERTY ControlClientHeight (BYVAL hwnd AS HWND) AS LONG

Parameters

NameDescription
hwndHandle to the window or control.

Description

Returns the unscaled client height of the specified window or control.

Example

DIM nHeight AS LONG = pWindow.ControlClientHeight(hwnd)

Reference

  • Include file CWindow.inc
  • Defined in AfxNova/CWindow.inc:1131
  • Documented in Windows/Windows GUI/CWindow Class.md
  • Topic: CWindow Class