void SetMargin( LPRECT lprc );
Parameters
lprc
Address of a RECT structure that contains the margin information to be set. The members of the RECT structure do not define a bounding rectangle. See CToolTipCtrl::GetMargin for a description of the margin information.
Remarks
This member function implements the behavior of the Win32 message TTM_SETMARGIN, as described in the Platform SDK.
CToolTipCtrl Overview | Class Members | Hierarchy Chart
See Also CToolTipCtrl::GetMargin