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

Updated Frame (markdown)

FellippeHeitor 2016-12-22 00:05:27 -02:00
parent b57ebc6902
commit 6fba236cd8

@ -1,2 +1,21 @@
A Frame control serves as a container for other controls. At design time, drag controls into a frame and they will be automatically grouped.
###[[Events]]
* [[Click|Mouse events#click]]
* [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]
* [[MouseEnter/MouseLeave|Mouse events#mouseentermouseleave]]
* [[KeyPress]]
###[[Methods]]
* [[SetCaption]]
###[[Properties]] editable at runtime
* [[HasBorder]]
* [[Caption]]
* [[Top/Left/Width/Height|Position and size]]
* [[Font]]
* [[Tool tip]]
* [[Color properties]]
* [[Disabled]]
* [[BackStyle]]
* [[Hidden]]