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.
The framework calls this method when it draws the border around an instance of the CSplitterWndEx Class.
virtual void OnDrawSplitterBorder(
CDC* pDC,
CSplitterWndEx* pSplitterWnd,
CRect rect
);
Parameters
[in] pDC
A pointer to a device context.[in] pSplitterWnd
A pointer to a splitter window. The framework draws the border for this window.[in] rect
A rectangle that specifies the boundaries of the splitter window.
Remarks
Override this method in a derived visual manager to customize the appearance of the border for a splitter window.
Requirements
Header: afxvisualmanager.h