From 8a92c58465f4093acb25bb82016a0542975f5d64 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 01:22:25 -0200 Subject: [PATCH] Updated Button (markdown) --- Button.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Button.md b/Button.md index d861361..27b2a67 100644 --- a/Button.md +++ b/Button.md @@ -1,17 +1,17 @@ -Buttons can be clicked to trigger form actions. Most dialogs have an 'Ok' or 'Save' button as well as a 'Cancel' or 'Close' button. +Buttons can be clicked to trigger form actions. Most dialogs have an 'Ok' or 'Save' button as well as a 'Cancel' or 'Close' button but this is not mandatory, of course. ##Events -* Click -* MouseDown/MouseUp -* MouseEnter/MouseLeave -* FocusIn/FocusOut -* KeyPress +* [[Click]] +* [[MouseDown/MouseUp]] +* [[MouseEnter/MouseLeave]] +* [[FocusIn/FocusOut]] +* [[KeyPress]] ##Methods -LoadImage +[[LoadImage]] ##Properties editable at runtime -* Caption -* Top/Left/Width/Height -* Font -* Tool tip \ No newline at end of file +* [[Caption]] +* [[Top/Left/Width/Height]] +* [[Font]] +* [[Tool tip]] \ No newline at end of file