Help Center

CWindow.ClientWidthproperty

Returns the unscaled client width of the window.

WindowspropertyCWindow.incdocumented

Syntax

PROPERTY ClientWidth () AS LONG

Description

Returns the unscaled client width of the main window.

Example

DIM nWidth AS LONG = pWindow.ClientWidth

Reference

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