Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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