private void DialogFont_Load(object sender, EventArgs e)
{
LoadInstalledFonts();
SetupInitialDialogSelections();
lblPreview.ForeColor = colorPicker1.colorPickerControlView1.CurrentColor.Color;
}
I'd like to convert the value to a System.Drawing.Color.
Any ideas?