CPane::GetBorders

Returns the width of the borders of the pane.

CRect GetBorders() const;

Return Value

A CRect object that contains the current width, in pixels, of each side of the pane. For example, the value of the left member of the CRect object is the width of the left border.

Remarks

To set the size of the borders, call CPane::SetBorders.

Requirements

Header: afxPane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CPane Class