CStatusBarCtrl::GetBorders

This method retrieves the status bar control’s current widths of the horizontal and vertical borders and of the space between rectangles. These borders determine the spacing between the outside edge of the control and the rectangles within the control that contain text.

At a Glance

Header file: Afxcmn.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL GetBorders( int* pBorders ) const;

BOOL GetBorders( int& nHorz, int& nVert, int& nSpacing ) const;