From 14285c40784e17f1a3216d7f3a9df38a89fd8f7d Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 01:50:08 -0200 Subject: [PATCH] Created Tool tip (markdown) --- Tool-tip.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Tool-tip.md 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