Share via


CBaseTabbedPane::GetPaneIcon

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

See Also

Reference

CBaseTabbedPane Class

Hierarchy Chart