ColorTranslator.FromHtml('#0000ff')
Imports System.Drawing
Imports System.Drawing.Drawing2D
Imports System.Windows.Forms
public class KnownColorActiveBorder
public Shared Sub Main
Console.WriteLine(ColorTranslator.FromHtml("#0000ff"))
End Sub
End class
Related examples in the same category