1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +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 ##Events
* Click * [[Click]]
* MouseDown/MouseUp * [[MouseDown/MouseUp]]
* MouseEnter/MouseLeave * [[MouseEnter/MouseLeave]]
* FocusIn/FocusOut * [[FocusIn/FocusOut]]
* KeyPress * [[KeyPress]]
##Methods ##Methods
LoadImage [[LoadImage]]
##Properties editable at runtime ##Properties editable at runtime
* Caption * [[Caption]]
* Top/Left/Width/Height * [[Top/Left/Width/Height]]
* Font * [[Font]]
* Tool tip * [[Tool tip]]