1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Created Tool tip (markdown)

FellippeHeitor 2016-12-19 01:50:08 -02:00
parent 2fc2edd0cd
commit 14285c4078

12
Tool-tip.md Normal file

@ -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]]