COXToolTipCtrl::SetMargin
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, but rather the top, bottom, left and right distances (in pixels) between the text and the the edge of the tooltip window. |
Remarks
Sets the top, left, bottom, and right margins for a tooltip window. A margin is the distance, in pixels, between the tooltip window border and the text contained within the tooltip window.
See also: GetMargin