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.
Draws the caption (also called the gripper) of a docking pane.
virtual void DrawCaption(
CDC* pDC,
CRect rectCaption
);
Parameters
[in] pDC
Represents the device context used for drawing.[in] rectCaption
Specifies the bounding rectangle of the pane's caption.
Remarks
The framework calls this method to draw the caption of a dockable pane.
Override this method in a derived class to customize the appearance of the caption.
Requirements
Header: afxDockablePane.h