Modifies the margin of the text in the tooltips.
// Restore the aspect of the tooltips found in WINDEV 20 and earlier
ToolTipMargin(0)
Syntax
<Size>: Integer
Size of the margin in pixels. This margin is applied to the 4 sides of the tooltip.The margin of tooltips is set to 5 pixels by default. Before version 21, the margin of tooltips was equal to 0.
Remarks
- This function modifies the tooltip margin for all the next tooltips displayed by the application.
- For a calculation in millimeters or in inches, the conversion unit in set to 96 dpi.