SECTabControlBase::RecalcLayout

voidSECTabControlBase::RecalcLayout(void)

Causes the tab control to recompute the size and positions of all tabs and any other graphical subparts it contains. If you retrieve a tab (via GetTab or GetTabPtr) and modify its attributes directly, you should call RecalcLayout and InvalidateTab after you’re done. This guarantees that all layout changes resulting from your modifications are reflected on screen.

Defined in: tabctrlb.cpp

Return Value

void

See Also

InvalidateTab

SECTabControlBase