Share via


CDockingManager::GetClientAreaBounds

Gets the rectangle that contains the bounds of the client area.

CRect GetClientAreaBounds() const;
void GetClientAreaBounds(
   CRect & rcClient
);

Parameters

  • [out] rcClient
    A reference to the rectangle that contains the bounds of the client area.

Return Value

The rectangle that contains the bounds of the client area.

Requirements

Header: afxdockingmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockingManager Class