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