C
cmdolcet69
I want to assign a different style line type to my textbox in my vb
2005 application. Below I assign the backcolor to black how would i
do this for the line style????
readingLabel.ForeColor = ChangeReadingColor(CType
(newGraphics.readingLabelArrayList(intloop), Label).Text, CType
(newGraphics.readingLabelArrayList(intloop), Label).Name)
readingLabel.BackColor = System.Drawing.Color.Black
2005 application. Below I assign the backcolor to black how would i
do this for the line style????
readingLabel.ForeColor = ChangeReadingColor(CType
(newGraphics.readingLabelArrayList(intloop), Label).Text, CType
(newGraphics.readingLabelArrayList(intloop), Label).Name)
readingLabel.BackColor = System.Drawing.Color.Black