1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Created Button (markdown)

FellippeHeitor 2016-12-19 01:17:59 -02:00
parent 6880cc21e8
commit 4ad8606a78

17
Button.md Normal file

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