SECTab::m_nWidth
int SECTab::m_nWidth
This member is storage for the width (in pixels) of this tab. If you change this member by setting its value directly (rather than through the SECTabControl interface), you must cause a layout and redraw to occur in order to see the effect of your modification. To do this, call SECTabControl::RecalcLayout followed by SECTabControl::Invalidate.
See Also