CDockingPanesRow Class
Manages a list of panes that are located in the same horizontal or vertical row (column) of a dock site.
class CDockingPanesRow : public CObject
Members
Public Constructors
Name |
Description |
---|---|
CDockingPanesRow::CDockingPanesRow |
Default constructor. |
Public Methods
Name |
Description |
---|---|
|
|
|
|
Arranges the panes in a row according to the specified margin and spacing parameters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remarks
CDockingPanesRow objects are created internally by dock site objects.
Example
The following example demonstrates how to get a CDockingPanesRow object from a CMFCAutoHideBar object.
CMFCAutoHideBar* pParentBar = new CMFCAutoHideBar();
CDockingPanesRow* pParentRow = pParentBar->GetDockSiteRow();
Inheritance Hierarchy
Requirements
Header: afxDockingPanesRow.h