SECSplitterBase::OnDrawSplitterColFlat

voidSECSplitterBase::OnDrawSplitterColFlat(CDC*pDC, const CRect&rectRow, const CRect&rectCol)

Render the col splitter with "flat look" (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 col splitter drawing logic