diff --git a/Tool-tip.md b/Tool-tip.md new file mode 100644 index 0000000..491b42b --- /dev/null +++ b/Tool-tip.md @@ -0,0 +1,12 @@ +Tool tips are shown when the user hovers a control for longer than the preset time span and are used to give brief explanations of controls' assignments. They are accessible via an array of variable width STRINGs, using the control's ID: + + ToolTip(ControlID) = "Desired tool tip text" + +## Controls that use the tool tip property: +* [[Button]] +* [[Label]] +* [[Textbox]] +* [[Checkbox]] +* [[Radio button]] +* [[Progress bar]] +* [[Frame]] \ No newline at end of file