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
Change text border runtime
Re: Change text border runtime
Hello.
Please, use Conditions to change the formatting.
You could get more information in the User Manual.
Thank you.
Please, use Conditions to change the formatting.
You could get more information in the User Manual.
Thank you.