| KiXforms Class Library |
ToolTipText Property |
Sets the text that appears as a tooltip for the control.
ToolTipText [ = String ]
A string value specifying the text that appears as a tooltip for the control. Use CHR(10) or CHR(13) to create a multi-line tooltip.
$Button1.ToolTipText = "Click here for more information" $Button1.ToolTipText = "This is line one."+CHR(13)+"This is line two."
| The CHM file was converted to HTML by chm2web software. |