From 6fba236cd89d76846e32879908fd97699fcfe613 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 22 Dec 2016 00:05:27 -0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Frame.md b/Frame.md index 8bc6dd9..ca6456c 100644 --- a/Frame.md +++ b/Frame.md @@ -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]] \ No newline at end of file