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

Updated Button (markdown)

FellippeHeitor 2016-12-19 01:22:25 -02:00
parent 6b09a8d95f
commit 8a92c58465

@ -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
* [[Caption]]
* [[Top/Left/Width/Height]]
* [[Font]]
* [[Tool tip]]