COleControl::GetClientOffset

This method retrieves he difference between the upper-left corner of the control's rectangular area and the upper-left corner of its client area.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void GetClientOffset( long* pdxOffset, long* pdyOffset ) const;

See Also

COleControl::ParentToClient, COleControl::ClientToParent