Change text border runtime
Posted: Tue Jul 12, 2016 4:08 am
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
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