From 9246aa746a47797a452ffdd7690276b0e20490b9 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 18:16:43 -0200 Subject: [PATCH] Created HasBorder (markdown) --- HasBorder.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HasBorder.md diff --git a/HasBorder.md b/HasBorder.md new file mode 100644 index 0000000..41a1b92 --- /dev/null +++ b/HasBorder.md @@ -0,0 +1,5 @@ +The HasBorder determines whether a border will be drawn around a control's contents. + + Control(ControlID).HasBorder = True + +You can change the border color using the [[BorderColor]] property. \ No newline at end of file