<< Return to Main Index

< Return to Class Index

CGXDSplitWnd::OnDrawSplitter

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

pDC

A pointer to the device context to draw on. If pDC is NULL, then RedrawWindow is called and no split window is drawn.

nType

A value of the enum ESplitType, which can be one of the following:

rect

A reference to a CRect object specifying the size and shape of the split windows.

Remarks

Call this function to draw the splitter bars and splitter boxes.

CGXDSplitWnd

Class Overview | Class Members