How to declare BackColor.

  • Thread starter Thread starter VB Novice Hendri
  • Start date Start date
V

VB Novice Hendri

Guest
I use this code to declare Font

Dim HeadingFontStyle As FontStyle = FontStyle.Bold
Dim HeadingFont As New System.Drawing.Font("Comic Sans MS", 11, HeadingFontStyle)

Dim ContentFont As New System.Drawing.Font("Comic Sans MS", 7)
I there a similar way to declare and use Color?

Continue reading...
 

Similar threads

Back
Top