SetTooltipMargin - cCJGrid
Sets the top, left, bottom, and right margins of the tool tip window
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| iLeft | Integer | Size of the left margin of the tool tip window in pixels. This is the space that appears between the left border of the tool tip window and the tool tip text. |
| iTop | Integer | Size of the top margin of the tool tip window in pixels. This is the space that appears between the top border of the tool tip window and the tool tip text. |
| iRight | Integer | Size of the right margin of the tool tip window in pixels. This is the space that appears between the right border of the tool tip window and the tool tip text. |
| iBottom | Integer | Size of the bottom margin of the tool tip window in pixels. This is the space that appears between the bottom border of the tool tip window and the tool tip text. |
Syntax
Procedure SetTooltipMargin Integer iLeft Integer iTop Integer iRight Integer iBottom
Call Example
Send SetTooltipMargin iLeft iTop iRight iBottom
Description
Sets the top, left, bottom, and right margins of the tool tip window
Note: This property is only effective for the following peTooltipStyles: xtpToolTipOffice, xtpToolTipRTF, xtpToolTipLuna, xtpToolTipOffice2007, xtpToolTipHTML, xtpToolTipMarkup.