CWindow.ControlClientHeightproperty
Returns the unscaled client height of the specified window.
Syntax
PROPERTY ControlClientHeight (BYVAL hwnd AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hwnd | Handle 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