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