SECSplitterBase::SetDrawingStyleAll

voidSECSplitterBase::SetDrawingStyleAll(DWORDdwStyle)

Set the default splitter drawing style

Defined in: SPLITTER.CPP

Return Value

void

Parameters

dwStyle

Splitter drawing style, must be one of the following:

SEC_SPLITTERBASE_DRAW_TRADITIONAL - traditional "3d" style splitter
SEC_SPLITTERBASE_DRAW_FLAT - flat "2d" style splitter
SEC_SPLITTERBASE_DRAW_BORDER - border style. No graphic, but responds to mouse movement.

Comments

Call this function to set the default splitter drawing style used for all splitters in the application. Call SetDrawingStyle to override for a particular splitter.

See Also

SetDrawingStyle