SECControlBar::OnDestroy
voidSECControlBar::OnDestroy(void)
remove this control bar from the dock bar's internal state background.
SECDockBar maintains a list of invalidated control bars used to implement deferred painting (to reduce screen flicker) Public data member SECDockBar::m_arrInvalidBars is this list. This will remove this control bar from m_arrInvalidBars, if present.
Defined in: sbarcore.cpp
Return Value
void