Skip to main content
17-Peridot
March 26, 2015
Solved

Textbox Format Property "Underline"

  • March 26, 2015
  • 6 replies
  • 2993 views

hello folks,

when right clicking on a textbox one can chose on the fonts tab a text effect called "underline". I'd like to access and control this via a program. However, this method is not listed in the developers reference the Textbox Format Properties. Does anybody know whether this can be accessed by some other property or method?

Thanks in advance

Raiko

P.S.

It goes without saying that I'm using MC15

Best answer by RichardJ

TextBox.Font.Underline = 0 or TextBox.Font.Underline = 1

6 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
March 26, 2015

TextBox.Font.Underline = 0 or TextBox.Font.Underline = 1

Raiko17-PeridotAuthor
17-Peridot
March 26, 2015

Thank you Richard. Where did you find this info?

Raiko

19-Tanzanite
March 26, 2015

I forget where I originally found it. I just know that's how it works