From 4ad8606a7826527223c995443ab7699121687522 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 01:17:59 -0200 Subject: [PATCH] Created Button (markdown) --- Button.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Button.md diff --git a/Button.md b/Button.md new file mode 100644 index 0000000..d861361 --- /dev/null +++ b/Button.md @@ -0,0 +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. + +##Events +* Click +* MouseDown/MouseUp +* MouseEnter/MouseLeave +* FocusIn/FocusOut +* KeyPress + +##Methods +LoadImage + +##Properties editable at runtime +* Caption +* Top/Left/Width/Height +* Font +* Tool tip \ No newline at end of file