CToolTipCtrl::GetMargin

void GetMargin( LPRECT lprc ) const;

Parameters

lprc

Address of a RECT structure that will receive the margin information. The members of the structure do not define a bounding rectangle. For the purpose of this message, the structure members are interpreted as follows:

Member Representation
top Distance between top border and top of tool tip text, in pixels.
left Distance between left border and left end of tip text, in pixels.
bottom Distance between bottom border and bottom of tip text, in pixels.
right Distance between right border and right end of tip text, in pixels.

Remarks

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

CToolTipCtrl OverviewClass MembersHierarchy Chart

See Also   CToolTipCtrl::SetMargin