SECControlBar::SetExBarStyle

voidSECControlBar::SetExBarStyle(DWORDdwExStyle, BOOLbAutoUpdate)

Use this function to properly update a control bar extended style

Defined in: sbarcore.cpp

Return Value

void

Parameters

dwExStyle

The extended style you wish to set. If you do not wish to lose previously set extended styles the style to be set here should be or'd with the current style.

bAutoUpdate

Set to true to update the window immediately.