BCGSuite for MFC
virtual void CBCGPControlsLayout::GetHostWndRect ( CRect &  rect) const
virtual

Returns size and position of layout rectangle.

This method can be overridden in derived classes to provide custom layout area. All child controls are repositioned within this area.

By default this method returns client area of host window.

Parameters
rectWhen the function returns this parameter contains bounding rectangle of layout area.