SECShortcutBar::ModifyBarStyle

voidSECShortcutBar::ModifyBarStyle(DWORDdwRemove, DWORDdwAdd, BOOLbRecalcRedraw)

Modifies the current styles of the SECShortcutBar. You must call  SetAlignStyle to change alignment

Defined in: olbar.cpp

Return Value

void

Parameters

dwRemove

styles to remove

dwAdd

styles to add

bRecalcRedraw

TRUE if you want to redraw after changing styles, FALSE if not

Comments

Valid bar styles are -
SEC_OBS_BUTTONFEEDBACK
SEC_OBS_CONTEXTMENU
SEC_OBS_ANIMATESCROLL
SEC_OBS_BUTTONFOCUS

See Also

GetBarStyle