Поделиться через


CToolTipCtrl::SetMargin

Sets the top, left, bottom, and right margins for a tool tip window.

void SetMargin(
   LPRECT lprc 
);

Параметры

  • 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.

Заметки

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

Требования

Header: afxcmn.h

См. также

Основные понятия

CToolTipCtrl Class

CToolTipCtrl Members

Hierarchy Chart

CToolTipCtrl::GetMargin