SECSplitterBase::OnDrawSplitterRow
voidSECSplitterBase::OnDrawSplitterRow(CDC*pDC, const CRect&rectRow, const CRect&rectCol)
Render the row splitter (if it exists)
Defined in: SPLITTER.CPP
Return Value
void
Parameters
pDC
Pointer to the device context to render the splitter
rectRow
Rectangle in which to draw the row splitter
rectCol
Rectangle in which to draw the col splitter
Comments
Override this to add your own row splitter drawing logic