| description | Learn more about: CMFCBaseToolBar Class | |||||
|---|---|---|---|---|---|---|
| title | CMFCBaseToolBar Class | |||||
| ms.date | 11/04/2016 | |||||
| f1_keywords |
|
|||||
| helpviewer_keywords |
|
|||||
| ms.assetid | 5d79206d-55e4-46f8-b1b8-042e34d7f9da |
Base class for toolbars.
class CMFCBaseToolBar : public CPane
| Name | Description |
|---|---|
CMFCBaseToolBar::CMFCBaseToolBar |
Default constructor. |
CMFCBaseToolBar::~CMFCBaseToolBar |
Destructor. |
| Name | Description |
|---|---|
CMFCBaseToolBar::CreateObject |
Used by the framework to create a dynamic instance of this class type. |
| CMFCBaseToolBar::GetDockingMode | Returns the docking mode. (Overrides CBasePane::GetDockingMode.) |
| CMFCBaseToolBar::GetMinSize | Returns the minimum size of a toolbar. (Overrides CPane::GetMinSize.) |
| CMFCBaseToolBar::OnAfterChangeParent | Called by the framework after the pane's parent changes. (Overrides CBasePane::OnAfterChangeParent.) |
Header: afxbasetoolbar.h
Returns the docking mode.
virtual AFX_DOCK_TYPE GetDockingMode() const;
The docking mode.
Returns the minimum size of a toolbar.
virtual void GetMinSize(CSize& size) const;
size
[out] The minimum size of a toolbar.
Called by the framework after the pane's parent changes.
virtual void OnAfterChangeParent(CWnd* pWndOldParent);
pWndOldParent
[in] A pointer to the previous parent window.