Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the alignment for the pane.
virtual void SetPaneAlignment(
DWORD dwAlignment
);
Parameters
- [in] dwAlignment
Specifies the new alignment.
Remarks
Usually, the framework calls this method when a pane is docked from one side of the main frame to another.
The following table shows the possible values for dwAlignment:
Value |
Alignment |
|---|---|
CBRS_ALIGN_LEFT |
Left alignment. |
CBRS_ALIGN_RIGHT |
Right alignment. |
CBRS_ALIGN_TOP |
Top alignment. |
CBRS_ALIGN_BOTTOM |
Bottom alignment. |
Requirements
Header: afxbasepane.h