Share via


CSplitterWndEx::OnDrawSplitter

Called by the framework to draw a splitter window.

virtual void OnDrawSplitter(
   CDC* pDC,
   ESplitType nType,
   const CRect& rect 
);

Parameters

  • [in] pDC
    Pointer to the device context. If this parameter is NULL, the framework redraws the active window.

  • [in] nType
    One of the CSplitterWnd::ESplitType enumeration values that specifies the splitter window element to draw. Valid values are splitBox, splitBar, splitIntersection, and splitBorder.

  • [in] rect
    A bounding rectangle that specifies the dimensions and location to draw the specified splitter window element.

Requirements

Header: afxsplitterwndex.h

See Also

Reference

CSplitterWndEx Class

Hierarchy Chart