void CBCGPDialogBar::EnableLayout | ( | BOOL | bEnable = TRUE , |
CRuntimeClass * | pRTC = NULL , |
||
BOOL | bLoadMFCResourceLayout = FALSE |
||
) |
Enables or disables layout manager for a dialog bar.
If you specify a custom layout manager (pRTC), it must be derived from CBCGPControlsLayout or one of its descendants.
bEnable | TRUE - enable layout management, FALSE - disable layout management. |
pRTC | A pointer to a runtime class information of custom layout manager. |
bLoadMFCResourceLayout | Specifies whether MFC layout should be loaded from the dialog resource. |