Stretches a pane vertically or horizontally.
virtual CSize StretchPane(
   int nLength,
   BOOL bVert
);
Parameters
- [in] nLength 
 The length by which to stretch the pane.
- [in] bVert 
 If TRUE, stretch the pane vertically. If FALSE, stretch the pane horizontally.
Return Value
The size of the stretched pane.
Requirements
Header: afxbasepane.h