Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Stretches the toolbar vertically or horizontally, and repositions the buttons if necessary.
virtual CSize StretchPane(
int nLength,
BOOL bVert
);
Parameters
[in] nLength
The amount, in pixels, by which to stretch the pane.[in] bVert
If TRUE, stretches the pane vertically. If FALSE, stretches the pane horizontally.
Return Value
A CSize object that specifies the size of the toolbar client area.
Remarks
This method calls CMFCToolBar::WrapToolBar to reposition the buttons within the stretched toolbar.
The return value is determined by calling CMFCToolBar::CalcSize.
Requirements
Header: afxtoolbar.h