CTabCtrl::SetItemExtra

Sets the number of bytes per tab reserved for application-defined data in a tab control.

BOOL SetItemExtra( 
  int nBytes  
);

Parameters

  • nBytes
    The number of extra bytes to set.

Return Value

Nonzero if successful; otherwise zero.

Remarks

This member function implements the behavior of the Win32 message TCM_SETITEMEXTRA, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CTabCtrl Class

Hierarchy Chart

CTabCtrl::SetItem

Other Resources

CTabCtrl Members