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.
Calculates the size of the pane.
virtual CSize CalcSize(
BOOL bVertDock
);
Parameters
- [in] bVertDock
TRUE if the pane is being docked vertically, FALSE otherwise.
Return Value
The default implementation of this method returns a size of (0, 0).
Remarks
Derived classes should override this method.
Requirements
Header: afxpane.h