Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the minimum allowed size for the pane.
virtual void GetMinSize(
CSize& size
) const;
Parameters
- [out] size
A CSize object that is filled with the minimum allowed size.
Remarks
If consistent handling of minimum pane sizes is active (CPane::m_bHandleMinSize), size is filled with the minimum allowed size for the active tab. Otherwise, size is filled with the return value of CPane::GetMinSize.
Requirements
Header: afxbasetabbedpane.h