Page 1 of 1

Change text border runtime

Posted: Tue Jul 12, 2016 4:08 am
by yycool
Hi,
How i can change the text " border = none " in runtime (vb.net)?
Like this:

IF (string.IsNullOrEmpty(text01.text))
text01.Border.Side = StiBorderSides.None
ELSE
text01.Border.Side = StiBorderSides.All
END IF

Thank you

Re: Change text border runtime

Posted: Tue Jul 12, 2016 6:40 am
by HighAley
Hello.

Please, use Conditions to change the formatting.
You could get more information in the User Manual.

Thank you.